JDK-7012272 : typo in Deployment toolkit javascript function launchWebStartApplication
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-01-13
  • Updated: 2011-05-17
  • Resolved: 2011-05-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
7 b127Fixed
Related Reports
Relates :  
Description
in Deployment toolkit javascript function launchWebStartApplication

// perform latest JRE auto-install
+  		if ((deployJava.deployJava.installJRE('1.7.0+') == false) ||
+                         ((deployJava.isWebStartInstalled('1.7.0') == false))) {
+                          return false;
+                }

deployJava.deployJava.installJRE is a typo.

should be just deployJava.installJRE

Comments
EVALUATION fix in jre7
13-01-2011