my project has many files?
how to create jar files so that it will open in a mouse click?
Collapse
X
-
Tags: None
-
Are you using Windows? If so you need to associate the jar files with the Java executable.
Roedy Green gives details for how to do that. He also details how the jar file itself is created and how it is set up so an application actually runs when it is double clicked.
Comment