I have a JAR file named helloworld.jar.
In order to run it, I’m executing the following command in a command-line window:

java -jar helloworld.jar

This works fine, but how do I execute it with double-click instead?
Do I need to install any software?

26 Answers
26

Leave a Reply

Your email address will not be published. Required fields are marked *