W wishyaluckk Commendable May 3, 2018 12 0 1,510 Mar 20, 2019 #1 I have Java installed, and I try to install a .jar file off of Chrome, but every time it installs, it uses Internet Explorer instead of Java. I try to associate .jar files with Java, but it only shows Internet Explorer as an option.
I have Java installed, and I try to install a .jar file off of Chrome, but every time it installs, it uses Internet Explorer instead of Java. I try to associate .jar files with Java, but it only shows Internet Explorer as an option.
A Alabalcho Titan Jan 13, 2011 14,018 436 76,290 Mar 20, 2019 #2 jar files are Java applications. they don't open in a browser. On top of that, most modern browsers do not support Java anymore. Open command prompt, and from there execute "java -jar myapp.jar" Upvote 0 Downvote
jar files are Java applications. they don't open in a browser. On top of that, most modern browsers do not support Java anymore. Open command prompt, and from there execute "java -jar myapp.jar"