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

5.0, 5.0u1, 5.0u2 multi JRE behavior with mozilla on solaris behaved improperly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • 5.0
    • 5.0
    • deploy
    • sparc
    • solaris_10

      Effected OS : Solaris 10
      Scenario: two scenario

      Problem 1 description (one MIME type in one page):
      1. Install JRE 1.5.0_01 (1.5.0_01-b05) on sparc
      2. Install JRE 1.5.0 (1.5.0-b64) on sparc
      3. cd /usr/sfw/lib/mozilla/plugins
      3. ln -s $JRE1.5.0/plugin/sparc/ns7/libjavaplugin_oji.so libjavaplugin_oji.so
         ln -s $JRE1.5.0_01/plugin/sparc/ns7/libjavaplugin_oji.so libjavapluginmultiversion_oji.so
      4. lanch mozilla and load jpi-version:1.5 specific MIME type like following:
      <html>
      <head>
      </head>
      <body>
      <h1> application/x-java-applet;version=1.5.0 </h1>
      <embed type = "application/x-java-applet;jpi-version=1.5"
             CODE = "Simple.class" NAME = "first" WIDTH = "400"
             HEIGHT = "300" scriptable = false
             pluginspage = "http://java.sun.com/products/plugin/index.html#download"> </embed>
      </body>
      </html>
      5. invoke java console or look at trace file locating in $HOME/.java/deployment/log, you will find this applet running in JPI version 1.5.0_01
      6. Also use command jps and jinfo, and you will find jvm version is 1.5.0_01

      Problem 2 description (two different MIME types in one page):
      1. Install JRE 1.5.0_01(1.5.0_01-b05) on sparc
      2. Install JRE 1.5.0(1.5.0-b64) on sparc
      3. cd /usr/sfw/lib/mozilla/plugins
      3. ln -s $JRE1.5.0/plugin/sparc/ns7/libjavaplugin_oji.so libjavaplugin_oji.so
         ln -s $JRE1.5.0_01/plugin/sparc/ns7/libjavaplugin_oji.so libjavapluginmultiversion_oji.so
      4. lanch mozilla and load jpi-version:1.5 specific MIME type like following:
      <html>
      <head>
      </head>
      <body>
      <h1> application/x-java-applet;version=1.5.0_01 </h1>
      <embed
         type = "application/x-java-applet;jpi-version=1.5.0_01"
                  CODE = "Simple.class"
                  NAME = "first"
                  WIDTH = "400"
                  HEIGHT = "300"
              scriptable = false
          pluginspage = "http://java.sun.com/products/plugin/index.html#download">
          </embed>
      <h1> application/x-java-applet;version=1.5 </h1>

      <embed
                  type = "application/x-java-applet;jpi-version=1.5"
                  CODE = "Simple.class"
                  NAME = "first"
                  WIDTH = "400"
                  HEIGHT = "300"
              scriptable = false
          pluginspage = "http://java.sun.com/products/plugin/index.html#download">
          </embed>

      </body>
      </html>
      5. invoke java console or look at trace file locating in $HOME/.java/deployment/log, you will find this applet running in JPI version 1.5.0_01
      6. Also use command jps and jinfo or grep, and you will find only one jvm be created and this jvm version is 1.5.0_01

      Problem3 description:
        Follow above steps and use 1.5.0_02, you will find the same problem.
      ###@###.### 2004-12-20 11:05:30 GMT

            mleisunw Mike Lei (Inactive)
            jhaosunw Jianwen Hao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: