Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 38388  / 2 Years ago, sun, october 16, 2022, 3:44:43

Recently I installed Oracle Java. It worked fine, But with the recent upgrade with Firefox throws an error.



I checked it here, which says:




Starting with Firefox Version 52 (released in March 2017), Firefox has
limited support for plug-ins, and therefore will not run Java. Use the
Java Control Panel to find the installed Java version.




I double checked the symbolic link also. It is configured properly



$ java -version
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)


How can I run java applets in firefox?


More From » firefox

 Answers
6

Further commentary from Oracle is linked by the page you quoted, Firefox has taken the explicit decision to stop providing the NPAPI to plugins aside from Flash, essentially meaning, Firefox will not listen to anything Java might try to say.




Firefox 52 and above



Beginning with Firefox 52 (released March 2017), plug-in support is
limited to Adobe Flash, and drops support for NPAPI, impacting plugins
for Java, Silverlight, and other similar NPAPI based plugins.



If you have problems accessing Java applications using Firefox, Oracle
recommends using Internet Explorer (Windows) or Safari (Mac OS X)
instead.




Your solution then would normally have to be to run Java applets in a browser that allows Java plugins. Try Chromium or QupZilla for example.



If you really want Java in Firefox, you can install Firefox ESR instead. Note that this one will not track regular Firefox version anymore, so your Firefox will grow old feature-wise, but still keep receiving security updates.


[#11654] Monday, October 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fishutt

Total Points: 391
Total Questions: 137
Total Answers: 106

Location: Mexico
Member since Tue, Aug 11, 2020
4 Years ago
;