Skip to content

Instantly share code, notes, and snippets.

@brandon-lockaby
Created January 24, 2012 20:57
Show Gist options
  • Save brandon-lockaby/1672566 to your computer and use it in GitHub Desktop.
Save brandon-lockaby/1672566 to your computer and use it in GitHub Desktop.
java: compiling and jarring
rem dir *.java /s /B > sources_list.txt
javac -classpath "${CLASSPATH}" @sources_list.txt
pause
jar cmf META-INF/MANIFEST.MF test.jar *
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment