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.
[292 byte] By [_garfield13a] at [2007-10-2 23:56:13]
# 1
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
mbrijuna at 2007-7-14 16:42:48 > top of Java-index,Desktop,Runtime Environment...