The developed web application uses three Java applets.
We know that Chrome 45 will abandon NPAPI support. On this page, Oracle says that Java Plugin relies on NPAPI.
https://java.com/en/download/faq/chrome.xml
The fact is, I tried to execute my applets using chrome 43 and 44, which disable NPAPI by default, but not the Java plugin, and they execute correctly, although some additional warning messages appear in the upper part of the window saying that the plugin Java will be disabled soon.
Question 1 . If Java Plugin relies on NPAPI, then why do my applets work? I do not agree with that.
Question 2: Is the Java plugin for Chrome unmanageable in Chrome 45 and will my applets work in Chrome 45?
java javascript google-chrome applet
jordi casas
source share