Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome dropped Java support

I use Java applets in my application, today I surprisingly saw the redirect from my page and the next message from java

Java site message

In details I've read about Chrome dropping 'NPAPI' support

Recently, Google has revised their plans and now state that they plan to completely remove NPAPI by late 2015. As it is unclear if these dates will be further extended or not, we strongly recommend Java users consider alternatives to Chrome as soon as possible. Instead, we recommend Firefox, Internet Explorer and Safari as longer-term options. As of April 2015, starting with Chrome Version 42, Google has added an additional step to configuring NPAPI based plugins like Java to run — see the section Enabling NPAPI in Chrome Version 42 and later below.

So will it be handled by Java somehow or it is the death of my applet in the next year ?

like image 609
user2171669 Avatar asked Apr 20 '15 18:04

user2171669


People also ask

How to fix Java plugin not working on Google Chrome?

Google’s Chrome version 45 and above have dropped support for NPAPI, and therefore Java Plugin do not work on these browsers anymore. Open Java Control Panel and click on the Security tab. At the top, check the “Enable Java content in the browser. Click on “Apply” and then on “OK” to confirm the changes. Restart Google Chrome to enable the changes.

Does the Java plugin for chrome no longer support NPAPI?

Chrome no longer supports NPAPI (technology required for Java applets) The Java Plugin for web browsers relies on the cross-platform plugin architecture NPAPI, which had been supported by all major web browsers for over a decade.

How do I enable Java in chrome?

Chrome Enable Java 1 Entering chrome://flags/ 2 enable-npapi into the browser URL field. 3 Select the Enable link under Enable NPAPI Mac, Windows. 4 Select Relaunch Now to restart the browser with Java support enabled. See More....

How to run Java applets in chrome?

1 Newer Chrome versions don't support Java, so you'll need a plug-in. 2 Enable Java by installing the IE Tab Chrome extension and following the on-screen instructions. 3 Or, install the CheerpJ Applet Runner Chrome extension to run Java applets from within Chrome.


1 Answers

As of Chrome Version 42, an additional configuration step is required to continue using NPAPI plugins.

In your URL bar, enter: chrome://flags/#enable-npapi Click the Enable link for the Enable NPAPI configuration option. Click the Relaunch button that now appears at the bottom of the configuration page.

like image 189
sohan nohemy Avatar answered Sep 29 '22 08:09

sohan nohemy