Created
June 22, 2013 23:21
-
-
Save richard-to/5843066 to your computer and use it in GitHub Desktop.
Random java command line compile and jar instructions
This file contains 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
javac -classpath /full/path/to/file.jar -d class/output/dir src/*.java | |
jar -cvf outdir/program.jar -C class/output/dir/ . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment