|
Java™ by example!
|
|
|
How do I use a Windows icon to execute my Java app?
Possible solutions: 1) Create a shortcut and refer to
Assuming MyFrame is the class containing your main method and is located in c:\my\frame. 2) Create an executable Jar file. Look at the question: How do I encapsulate my classes into a jar file? how to make one. Double-clicking the Jar will start up your application.
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|