How to Create A jar File With All Subclasses Create a file named manifest.txt Add this text to the manifest.txt file: Main-Class: Craps Type this in the terminal: /usr/bin/jar cvfm MyJarName.jar manifest.txt .