Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 233 Bytes

java.MD

File metadata and controls

4 lines (4 loc) · 233 Bytes

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 .