-
Bug
-
Resolution: Fixed
-
P2
-
7u2, 7-client
-
b07
-
generic, x86
-
linux, windows_xp
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2214629 | 8 | Calvin Cheung | P2 | Closed | Fixed | b12 |
This CR is for addressing JIRA RT-16581.
the machine has both 6u26 and 7 java plugin registered:
@java.com/JavaPlugin,version=1.6.0_26
@java.com/JavaPlugin,version=10.0.1
FF will go through the MozillaPlugins reg. keys in alphbetical order and will attempt to load the dll in that order.
Without the 1.6.0_26 key, FF will use the jre7 version of java plugin.
This bug will need to be fixed in the fx installer.
During install, fx installer should update the @java.com/JavaPlugin reg. key instead of adding a new one.
During uninstall, fx installer should update the @java.com/JavaPlugin reg. key to point to the remaining latest version of java plugin on the machine.
the machine has both 6u26 and 7 java plugin registered:
@java.com/JavaPlugin,version=1.6.0_26
@java.com/JavaPlugin,version=10.0.1
FF will go through the MozillaPlugins reg. keys in alphbetical order and will attempt to load the dll in that order.
Without the 1.6.0_26 key, FF will use the jre7 version of java plugin.
This bug will need to be fixed in the fx installer.
During install, fx installer should update the @java.com/JavaPlugin reg. key instead of adding a new one.
During uninstall, fx installer should update the @java.com/JavaPlugin reg. key to point to the remaining latest version of java plugin on the machine.
- backported by
-
JDK-2214629 fx install should remove old java plugin reg. key before creating a new one
-
- Closed
-