command line - Setting multiple jars in java classpath - Stack Overflow
If using Java 6 or later, classpath wildcards are a part of the JVM.
java -cp "Test.jar;lib/*" my.package.MainClass
Key gotchas:
- Use quotes
- Use
*
only, not*.jar
Read full article from command line - Setting multiple jars in java classpath - Stack Overflow
No comments:
Post a Comment