Building a .jar by Hand


The Directory Before:


 

The Command, The Directory After, And The .jar File:

       jar cfe    <the jar file to build>    <the main class>    <the files to include>

 


 

Running the .jar: