-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
None
-
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
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