This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
user:oppenheim:java [2010/03/03 22:49] – created oppenheim | user:oppenheim:java [2010/03/04 16:21] (current) – oppenheim | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Create manifest file app.mf\\ | ||
+ | |Main-Class: | ||
+ | |Class-Path: | ||
+ | |||
+ | package:\\ | ||
+ | jar cvfm app.jar app.mf *.class *.jpg\\ | ||
+ | |||
+ | java -jar app.jar or double-click to run | ||