JDK-7105285 : BrowserJavaVersion key is not created for 64 bit JRE
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7u2
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86
  • Submitted: 2011-10-26
  • Updated: 2012-01-06
  • Resolved: 2012-01-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u4Resolved
Related Reports
Duplicate :  
Relates :  
Description
There is no HKLM\Software\JavaSoft\Java Runtime Environment\BrowserJavaVersion after 64 bit JRE install. isPlugin2() uses this key(see 7082676).

Comments
EVALUATION fixed in latest deploy nightly http://rehudson.sfbay.sun.com:8080/hudson/user/in81039/my-views/view/JDK8/job/jdk8_deploy-2-build-windows-i586-product/
06-01-2012

EVALUATION This should be fixed after installer call using RegisterDeploy() to create registry keys.
03-11-2011

EVALUATION BrowserJavaVersion only get created when there's FF installed on system by checking HKLM/SOFTWARE/Mozilla/Mozilla Firefox/CurrentVersion . Because there's no 64 bit Firefox, so 64 bit JRE never create this key.
03-11-2011