Google-chrome – How to make Internet Explorer support Java applets

browser-plugingoogle-chromeinternet explorerjava-applet

I have set JAVA_HOME and put JAVA_HOME/bin to PATH variable.

But Internet Explorer still doesn't support Java applets. Why?

Best Answer

See How do I enable Java in my web browser?

Internet Explorer

  1. Click Tools (Alt+X) / Internet Options

  2. Select Security tab / Custom Level button

  3. Scroll down to Scripting of Java applets and make sure the Enable radio button is checked

  4. Click OK to save your preference

Chrome

  1. Click on Wrench icon / Options`

  2. Select Under the Hood / Privacy Content Settings (the Content Settings panel will appear)

  3. In the Plug-ins section, select the Disable individual plug-ins link to check whether Java is enabled

  4. Click on the Enable link (if the Disable link appears, Java is already enabled)

Related Question