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

sun.beans.ole.Packager produces wrong registry-data, (Acrive X bridge)

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 1.3.0
    • unknown, 1.3.0
    • deploy
    • 1.3rc2
    • x86
    • generic, windows_nt
    • Verified



      Name: krT82822 Date: 10/26/99


      10/26/99 eval1127@eng -- this looks like the BDK equivalent of Plugin bug # 4161519.

      Trying to create a registry file with sun.beans.ole.Packager produces
      wrong path to beans.ocx (uses the JDK1.2 path)

      Command-line:

      "e:\program files\JavaSoft\JRE\1.3\bin\java" -cp "e:\program files\JavaSoft\Jre\1.3\lib\jaws.jar";f:\btest sun.beans.ole.Packager -jar f:\btest\BridgeTest.jar -n no.fellesdata.bridgetest.BridgeTest -ax BridgeTest -o f:\btest

      Produced result: (wrong)
      [HKEY_CLASSES_ROOT\CLSID\{2129FDA0-7FE4-11D3-8B67-000000000000}\InprocServer32]
      @= "F:\\Program Files\\JavaSoft\\JRE\\1.2\\bin\\beans.ocx"
      "ThreadingModel" = "Apartment"
      [HKEY_CLASSES_ROOT\CLSID\{2129FDA0-7FE4-11D3-8B67-000000000000}\ToolboxBitmap32]
      @= "F:\\Program Files\\JavaSoft\\JRE\\1.2\\bin\\beans.ocx,0"

      Correct result:
      [HKEY_CLASSES_ROOT\CLSID\{2129FDA0-7FE4-11D3-8B67-000000000000}\InprocServer32]
      @= "e:\\Program Files\\JavaSoft\\JRE\\1.3\\bin\\beans.ocx"
      "ThreadingModel" = "Apartment"
      [HKEY_CLASSES_ROOT\CLSID\{2129FDA0-7FE4-11D3-8B67-000000000000}\ToolboxBitmap32]
      @= "e:\\Program Files\\JavaSoft\\JRE\\1.3\\bin\\beans.ocx,0"


        Description:

      The JDK1.3beta java.exe inncorectly uses the
      HKEY_LOCAL_MACHINE, SOFTWARE, JavaSoft, Java Plug-in, 1.2, JavaHome
      registry key. (Instead of the 1.3 key)
      (Review ID: 96423)
      ======================================================================

            djayaramsunw Devananda Jayaraman (Inactive)
            kryansunw Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: