I can not start a .jar-file by double-clicking, only from command-line in Windows
- by Sanoj
I have a Java application in a .jar-file. I can start it by typing java -jar myapp.jar and the application starts, but if I double-click on the .jar-file, nothing happens. What can be wrong? How can I fix this? I use Windows Vista.