-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b25
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2221034 | 7u4 | Thomas Ng | P3 | Closed | Fixed | b11 |
I removed the code from installer.dll that was removing the jcp file from the system dir. I noticed a bug with deploy.dll.
deploy.dll correctly installs the jcp file during JRE install, but incorrectly removes it during uninstall. I think it has to do with this missing slash:
UnregisterJCP
get system dir [C:\WINDOWS\system32] OK
isFileExist for [C:\WINDOWS\system32javacpl.cpl] return FALSE
deploy.dll correctly installs the jcp file during JRE install, but incorrectly removes it during uninstall. I think it has to do with this missing slash:
UnregisterJCP
get system dir [C:\WINDOWS\system32] OK
isFileExist for [C:\WINDOWS\system32javacpl.cpl] return FALSE
- backported by
-
JDK-2221034 deploy.dll has JCP uninstall issue
-
- Closed
-