How to re-enable Java plugin on Google Chrome 42 on Windows

19

4

As stated in NPAPI deprecation: developer guide:

In April 2015 (Chrome 42) NPAPI support will be disabled by default in Chrome and we will unpublish extensions requiring NPAPI plugins from the Chrome Web Store. All NPAPI plugins will appear as if they are not installed, as they will not appear in the navigator.plugins list nor will they be instantiated (even as a placeholder). Although plugin vendors are working hard to move to alternate technologies, a small number of users still rely on plugins that haven’t completed the transition yet. We will provide an override for advanced users (via chrome://flags/#enable-npapi) and enterprises (via Enterprise Policy) to temporarily re-enable NPAPI (via the page action UI) while they wait for mission-critical plugins to make the transition. In addition, setting any of the plugin Enterprise policies (e.g. EnabledPlugins, PluginsAllowedForUrls) will temporarily re-enable NPAPI.

So, April came and Google Chrome disabled NPAPI plugins, including Java.

How to re-enable them on Windows machines?

motobói

Posted 2015-04-17T00:26:18.503

Reputation: 744

Question was closed 2015-04-26T19:31:16.773

1@Ramhound, The other question if focused on Mac OS X. Could you review the duplication? – motobói – 2015-05-11T13:52:28.450

1Not a duplicate. That question asks why Java was disabled. This asks how to enable it anyway. – Bob Stein – 2015-11-12T13:04:06.237

Answers

15

NOTE

Java no longer works in Chrome. None of the previous techniques/hacks (see revision) will work.

motobói

Posted 2015-04-17T00:26:18.503

Reputation: 744

1None of these work with Chrome 46 anymore... What now? – Eugene Marin – 2015-08-15T10:31:58.443

2Sadly, there is no alternative yet. As a enterprise user, I'll have to change browsers to use some company applications. – motobói – 2015-08-15T11:24:26.750

Run Chromium 41, which has out-of-the-box NPAPI support, with no enable/disable flag. See this post: https://superuser.com/questions/988243/where-to-download-the-last-chrome-version-with-java-npapi-support

– kmiklas – 2018-08-17T19:15:28.693

@kmiklas One should absolutely not use an old version of chrome, as it contain a lot of security breaches already addressed on newer versions. A lot of these security breaches don't rely on the user downloading anything. They can infect your computer by just browsing to a page. – motobói – 2018-08-20T16:57:19.300

@motobói yes, I know... we all know. Given the choice, we would have it another way. Unfortunately there are legacy applications out there which require NPAPI, so we don't have much choice in the matter. – kmiklas – 2018-08-20T18:17:06.243