L
Lars Willich
Assume I want to use temporarily a java tool like Ant or a server or whatever which consists
of a lot of necessary *.jar files.
I want to use these *.jars in my own program. Ok, I can start now to search all the dozends of
*.jars and append them individually to the CLASSPATH var string.
For a short term application test this is rather uncomfortable.
Isn't there a "collect&include all" option/flag in Java which automatcially scans
a whole directory and appedn automatically all found *.jars to the current CLASSPATH ?
Lars
of a lot of necessary *.jar files.
I want to use these *.jars in my own program. Ok, I can start now to search all the dozends of
*.jars and append them individually to the CLASSPATH var string.
For a short term application test this is rather uncomfortable.
Isn't there a "collect&include all" option/flag in Java which automatcially scans
a whole directory and appedn automatically all found *.jars to the current CLASSPATH ?
Lars