CLASSPATH with multiple JARs in one folder
To setup a classpath including multiple jar in a folder use
java -Djava.ext.dirs=lib/
Where lib the the folder where all the jars are.
To setup a classpath including multiple jar in a folder use
java -Djava.ext.dirs=lib/
Where lib the the folder where all the jars are.
at
1/05/2009
Labels:
java programming
No comments:
Post a Comment