Double click on JAR file to execute it.... How?
Hello,
I wrote a standalone java application, and im wondering how to put a shortcut on my desktop to run the application without having to go into the command prompt to type "java -jar MyProgram.jar".
I want to be able to just double click on it and have it run. Is there a way to do this?

