Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6218100

On WinXP Mozilla can't support ever installed JRE's specific mime type when installing two JREs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 6
    • deploy
    • 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

            dphamsunw Danielle Pham (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: