How to open .jar files?
I can't open .jar files, everytime I double click the file, all the files get extracted.
I don't want to extract the files, I want to run the .jar.
I installed the latest version of Java, but it's not working.
I can't open .jar files, everytime I double click the file, all the files get extracted.
I don't want to extract the files, I want to run the .jar.
I installed the latest version of Java, but it's not working.
Where did you get Java?
Java.com will only give you a web applet plug-in. I think you can run the embedded Java Virtual Machine (JVM), but not through double-click.
A Java Development Kit (JDK) may allow double-click, but I don't know.
ayushkadakia wrote:
I got the JDK and the JRE
Then try running it from Terminal. Type java, leave a space, then drag in the .jar file. It should look like
java some.jar
Since Apple dropped most support for Java, if there was a double-click option, it is likely gone in Sierra. I think there was an app called JarLauncher in the OS that would pass the jar file off to the java command line program.
I got the JDK and the JRE
How to open .jar files?