how to make .jar files code example
Example 1: compile jar file command
jar cvf example.jar *
Example 2: java to jar
# cd into the directory that contains your project
jar cvfe
jar cvf example.jar *
# cd into the directory that contains your project
jar cvfe