Friday, August 5, 2011

Java classpath: get all JARs in a folder

Perhaps not everybody know that

java -cp "lib/*" YourClassHere

builds a classpath with ALL the JARs in the lib folder. Cool! No more horrible shell scripts to dynamically build a CLASSPATH.

No comments: