Run .class file:

java MyProgram Run .jar file:

java -jar myapp.jar | Option | Purpose | |--------|---------| | -Xms256m | Initial heap size | | -Xmx1024m | Max heap size | | -Dproperty=value | Set system property | | -jar | Run executable JAR |