JDK-8141628 : Classic Java Plugin does not function in IE starting from JDK 6u101
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u101,6u105,6u113
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2015-11-06
  • Updated: 2016-02-11
  • Resolved: 2015-12-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u115 b01Fixed
Related Reports
Blocks :  
Description
FULL PRODUCT VERSION :
JDK 6u105 b15, JDK 6u101 b14

ADDITIONAL OS VERSION INFORMATION :
MS Windows 7 OS

A DESCRIPTION OF THE PROBLEM :
Starting from JDK 6u101 Classic (old) Java Plugin does not function in Internet Explorer (IE) browser. Loading of a web page containing an applet in IE, when the Next-Generation Java Plugin is disabled, does not lead to loading of the applet with the classic plugin, and the web page is displayed without any indication that it contains the applet.

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Uninstall all JREs from the host.
2. Install JRE 6 which will be tested.
3. Go to "Java Control Panel -> Advanced.
    3.1. Set "Java console" to "Show console", click "Apply".
    3.2. Switch off the next option in "Java Plug-in" group:
        - "Enable the next-generation Java Plug-in (requires browser restart)"
    3.3. Click "Disable" in the raised security warning dialog.
    3.4. Click "OK" and agree with all questions in the further raised dialogs.
4. Launch IE browser and load a web page with any applet which is compatible with JDK 6. For example, the next URL of the web page with "HelloWorld" applet from The Java Tutorials web site.
    URL: http://docs.oracle.com/javase/tutorial/deployment/applet/getStarted.html
5. The bug is reproduced, if "HelloWorld" applet is not displayed on the page and Java Console is not shown.
Comments
It was defined that the bug appeared in JDK 6u101 b01. Perhaps, a reason of the bug is connected with a switch to 3-digit JDK update numbers which occurred in JDK 6u101.
06-11-2015