How can I configure .jar files run on double-click in Windows 7?

link|improve this question

64% accept rate
feedback

2 Answers

Instructions for configuring the file assocations you'll need can be found here:

  jar : Java Glossary - Making Jar Files Double Clickable
  http://mindprod.com/jgloss/jar.html#ASSOCIATION

link|improve this answer
feedback

What I did was to make a shortcut to the jar file and edit it to open "java -jar path/to/file.jar". It's the only workaround I have come up with.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.