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

com.sun.deploy.association.utility.WinRegistryWrapper causes UnsatisfiedLinkError

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 5.0
    • deploy
    • None
    • 5.0
    • b38
    • generic
    • windows

      The code in com.sun.deploy.association.utility.WinRegistryWrapper pre-supposes it is running in jre 5.0 by blanketly calling
      System.loadLibrary("deploy");
      instead of properly calling:
      System.load(Config.getJavaHome() + File.separator + "bin" + File.separator + "deploy.dll");

      This causes all programs using associations to crash when run using 1.4.2 or earlier JRE.


      ###@###.### 2005-05-10 14:37:42 GMT

            herrick Andy Herrick (Inactive)
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: