JDK-7012052 : JDK 7 sfx2sh hardcodes the release number to 6
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2011-01-13
  • Updated: 2011-01-13
  • Resolved: 2011-01-13
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
7Resolved
Related Reports
Duplicate :  
Relates :  
Description
install/make/common/sfx2sh hardcodes the release number to '6' for JDK 7 release.
This needs to be fixed.  The release version is not passed to sfx2sh unfortunately.
The message is shown after the installation completes and it seems reasonable just to
say "Java(TM) SE Development Kit has been successfully installed." with no mention
of which JDK version.

Comments
EVALUATION This is the same issue as 6851433 which is fixed in jdk7 b125. Closed as duplicate.
13-01-2011

SUGGESTED FIX diff --git a/make/common/sfx2sh b/make/common/sfx2sh --- a/make/common/sfx2sh +++ b/make/common/sfx2sh @@ -211,7 +211,7 @@ else register_option="-register" more <<"EOF" -Java(TM) SE Development Kit 6 successfully installed. +Java(TM) SE Development Kit has been successfully installed. Product Registration is FREE and includes many benefits: * Notification of new versions, patches, and updates
13-01-2011