Why can't the browser find the java plugin?

There are Windows 8.1 x64 computers that have the Java JDK and JRE installed and are working correctly. But when you try to run java applets in the browser, the browser encounters the "Java plugin not found" error. How to fix it?

+3


source to share


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


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

      

see How do I enable Java in my web browser?

+2


source







All Articles