Starting in Firefox 43, we have decided to make Java run in a separate process just as all other plugins do. This was done for several reasons:
* for security reasons: the in-process rendering codepath was subject to some unfortunate re-entry conditions that were potential security holes * for code maintenance: with this change we didn't need to support in-process plugins in Firefox at all, and that greatly reduces the complexity in the plugin code * to prepare for e10s: with e10s plugins must run in a separate process There is a bug in some versions of the Oracle Java plugin that when it displays a modal dialog box, it doesn't spin the event loop properly. This means that certain dialog boxes, such as certificate warnings and plugin activation notifications, cause Firefox to stop painting. With the move to the separate process, we now show a warning when the plugin is stuck like this and after 45 seconds we will the unresponsive plugin. So if you are in a situation where you see those modal dialogs, you probably do need to update the Java plugin to fix this problem. --BDS On Tue, Apr 19, 2016 at 11:24 AM, Urbanski Tomasz <[email protected]> wrote: > > Thank you for your reply. > > > > I am testing the 32bit version of Firefox 45ESR. I have just upgraded > JRE_v7_update7 to JRE_v7_update80. The updated java plugin seems to work fine > making java applets run. > > I guess that just means that there is an incompatibility between Firefox 45 > and JRE_v7_update7. Strangely enough Firefox 38 works without any problem > with this version of JRE. > > > > > > Tom. > > > > > > > > From: Benjamin Smedberg [mailto:[email protected]] > Sent: mardi 19 avril 2016 16:42 > To: Anthony Fontanez > Cc: Urbanski Tomasz; [email protected] > Subject: Re: [Mozilla Enterprise] Firefox ESR 45 and Java Runtime version > (JRE) > > > > That is specific to the newly-released 64-bit version. We have decided not to > support legacy plugins in the 64-bit version of Firefox. We're keeping the > support temporarily in the 32-bit version to support all the legacy systems > that still use them. > > --BDS > > > > On Tue, Apr 19, 2016 at 10:03 AM, Anthony Fontanez <[email protected]> wrote: > > I was under the impression that all NPAPI plugins (except for Flash for > whatever reason) were unable to be used anymore in 45 ESR. At least that’s > how it appears to be for me in my testing with the 64-bit version. > > > > -Anthony > > > > From: Enterprise [mailto:[email protected]] On Behalf Of > Urbanski Tomasz > Sent: Tuesday, April 19, 2016 09:50 > To: [email protected] > Subject: [Mozilla Enterprise] Firefox ESR 45 and Java Runtime version (JRE) > > > > Hello, > > > > Is there any minimum requirement concerning JRE and the browser plugin for > Firefox ESR45? > > > > We are using an old Java Runtime v7 update 7 (product: 1.7.0_07). This > runtime and the corresponding browser plugin worked OK with Firefox 31ESR and > Firefox 38ESR, but it crashes with the latest Firefox 45 ESR. We get an > unresponsive plugin warning and nothing else happens. > > > > Many thanks for any hints, > > Tom. > > > _______________________________________________ > Enterprise mailing list > [email protected] > https://mail.mozilla.org/listinfo/enterprise > > To unsubscribe from this list, please visit > https://mail.mozilla.org/listinfo/enterprise or send an email to > [email protected] with a subject of "unsubscribe" > > _______________________________________________ Enterprise mailing list [email protected] https://mail.mozilla.org/listinfo/enterprise To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise or send an email to [email protected] with a subject of "unsubscribe"

