Java to jar
# cd into the directory that contains your project
jar cvfe <output jar filename>.jar <main class location> *
The Nic
# cd into the directory that contains your project
jar cvfe <output jar filename>.jar <main class location> *
jar cvf example.jar *