Library concept in java.exe
Very general question:Is there a way to specify a directory that holds a bunch of .jar files within the command line so that all those .jar files are loaded into the ClassLoader instead of having to do a class path entry for every .jar file?Any help would be appreciated.
the answer is no. However, there is a separate project that supports just that: http://wrapper.tanukisoftware.org. In particular, take a look at this page: http://wrapper.tanukisoftware.org/doc/english/prop-java-classpath-n.htmlhope this helps