JDK-6332350 : Static version redirect keys are not generated for auto-download-install of JRE using javaws
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 5.0u6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2005-10-04
  • Updated: 2014-02-27
  • Resolved: 2005-11-01
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.
Other
5.0u6 b04Fixed
Description
1) Install Tiger UR build which has SSV support.

2) Make sure that no other JRE is available on the system.
Launch an application which requires previous version of JRE.
http://web-east.east/www/tests/1.6.0/6298822/test4.jnlp
This will auto download and install JRE.

After auto download and install, the static version redirect keys are not generated.
Now launch IE, the registry keys will be generated.

Static version redirect registry keys must be generate on auto download and install of JRE using JavaWebStart. This is working fine with Mustang. Issue only with SSV-Tiger-UR.

Comments
EVALUATION call to Config.notifyJREInstall(String path) is missing in launcher.java, and function in Config.java is missing the path arg added in mustang
04-10-2005