Software >> Development >> Languages >> Java >> How to create jar files

Windows ======= Assuming all your .class files are in the current working directory and the java binaries are in path > java -cf myfile.jar *.class