Created
June 16, 2011 12:56
-
-
Save krsmes/1029184 to your computer and use it in GitHub Desktop.
dynamically create a java classpath with all jars in current and lib/ directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-cp `echo *.jar lib/*.jar | sed 's/ /:/g'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment