JDK-7063653 : HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\BrowserJavaVersion has incorrect value
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7-client
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2011-07-07
  • Updated: 2011-09-22
  • Resolved: 2011-08-17
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 JDK 8
7u2 b03Fixed 8Fixed
Description
for 7-client, HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\BrowserJavaVersion has incorrect value.

right now it's 10.0.1_1

it should be just 10.0.1

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/deployment_data/7-client/7063653.0/
07-07-2011

EVALUATION problem is in RegCommon.cpp - when we change it to unicode compatible, some values are changed incorrectly, see line 79-113 in the diff: http://sa.sfbay.sun.com/projects/deployment_data/7-client/7052783.6/src/common/windows/native/RegCommon.cpp.sdiff.html
07-07-2011