-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
6
-
x86
-
windows_xp
Effected OS: Windows XP
Scenario (Mozilla):
1. Install JRE 1.6.0 on winxp
2. Install JRE 1.5.0 on winxp or any other JRE version like 5.0u1, 5.0u2
3. Launch mozilla and load applet with 1.6.0 specific mime type, a "Java Plug-in Warning" message will popup which tells about jre collision. Following is the html content:
<HTML>
<HEAD>
<TITLE>Mime type test for multiversion jre</TITLE>
</HEAD>
<BODY>
<h1>Mime type applet</h1>
<hr>
<OBJECT classid="clsid:CAFEEFAC-0016-0000-0000-ABCDEFFEDCBA" codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,6,0,0"
width="200" height="200" align="baseline">
<PARAM NAME="code" VALUE="SimpleApplet.class">
<PARAM NAME="archive" VALUE="multiversion.jar">
<PARAM NAME="type" VLAUE="application/x-java-applet;jpi-version=1.6">
<PARAM NAME="scriptable" VALUE="false">
<COMMENT>
<EMBED type="application/x-java-applet;jpi-version=1.6" width="200" height="200" align="baseline" code="SimpleApplet.class" archive="multiversion.jar" scriptable=false>
<NOEMBED></NOEMBED>
</EMBED>
</COMMENT>
</OBJECT>
</BODY>
</HTML>
4. It seems like mozilla only can support the latest installed JRE's specific mime type, while IE works well in this situation.
###@###.### 2005-1-17 09:02:24 GMT
Scenario (Mozilla):
1. Install JRE 1.6.0 on winxp
2. Install JRE 1.5.0 on winxp or any other JRE version like 5.0u1, 5.0u2
3. Launch mozilla and load applet with 1.6.0 specific mime type, a "Java Plug-in Warning" message will popup which tells about jre collision. Following is the html content:
<HTML>
<HEAD>
<TITLE>Mime type test for multiversion jre</TITLE>
</HEAD>
<BODY>
<h1>Mime type applet</h1>
<hr>
<OBJECT classid="clsid:CAFEEFAC-0016-0000-0000-ABCDEFFEDCBA" codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,6,0,0"
width="200" height="200" align="baseline">
<PARAM NAME="code" VALUE="SimpleApplet.class">
<PARAM NAME="archive" VALUE="multiversion.jar">
<PARAM NAME="type" VLAUE="application/x-java-applet;jpi-version=1.6">
<PARAM NAME="scriptable" VALUE="false">
<COMMENT>
<EMBED type="application/x-java-applet;jpi-version=1.6" width="200" height="200" align="baseline" code="SimpleApplet.class" archive="multiversion.jar" scriptable=false>
<NOEMBED></NOEMBED>
</EMBED>
</COMMENT>
</OBJECT>
</BODY>
</HTML>
4. It seems like mozilla only can support the latest installed JRE's specific mime type, while IE works well in this situation.
###@###.### 2005-1-17 09:02:24 GMT
- duplicates
-
JDK-6196376 Multi JRE behavior with mozilla/NS7 browsers should be documented properly
- Closed