I'm trying to open a JAR file, but it won't open. I've tried:
- Reinstalling Java.
- After renaming the file to example.jar, I tried
java -jar
(I got anError: Unable to access jarfile example.jar
). - Double clicking on the file/. I think that it's using JavaTM Platform SE Binary because it shows a little coffee thing as the thumbnail.
- Right clicking and selecting "open with," then selecting JavaTM Platform SE Binary.
What else can I do? I've tried different JAR files as well, and it doesn't work. I guess that there's something wrong with how my system opens the JAR files, but I'm not sure what to do.
Thanks for the help!