Create an icon to launch java apps for Windows (this howto is deprecated)Tag(s): DEPRECATED
Let's say you have a class named myApp.class and it is located in the directory myJavaApp on drive C:. Then create a Shortcut to the myApp.class. Next edit the properties of the Shortcut and change the line
c:\myjavaapp\MyApp.class to javaw MyApp
If the Microsoft JVM is used then use "wjview" (instead of "jview") to start a GUI Java application from an icon.
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com