Why can't the browser find the java plugin?
2 answers
I installed the plugin updated, but I am facing a problem while testing a plugin that does not work as expected in Chrome using the link http://java.com/en/download/installed8.jsp?detect=jre If you get the message "This plugin not supported ", then follow these steps: In the URL bar, enter:
- chrome: // flags / # enable-NPAPI
- Click the Enable link for the Enable NPAPI Configuration option.
- Click the Relaunch button now displayed at the bottom of the Configuration Page.
and test it again using the link http://java.com/en/download/installed8.jsp?detect=jre .
+3
source to share
Java is not enabled in the web browser. If Java is already installed but the applets are not working, you need to enable Java through your web browser.
Internet Explorer
Click Tools and then Internet Options
Select the Security tab, and select the Custom Level button
Scroll down to Scripting of Java applets
Make sure the Enable radio button is checked
Click OK to save your preference
Chrome
Enter about:plugins in the search field.
In the Plug-ins list, look for Java and check whether Java is enabled (if the Disable link appears, Java is already enabled)
Click on the Enable link (if available)
(Optional) Check the Always allowed box to stop additional Chrome warnings when running Java content
+2
source to share