JDK-6663557 : JRE version selection not working for applets launched via JNLP
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows
  • CPU: generic
  • Submitted: 2008-02-15
  • Updated: 2010-09-08
  • Resolved: 2008-06-14
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 6
6u10 b13Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
Selection of a JRE version is not working for JNLP-launched applets. The version needs to be extracted from the JNLP file and a determination made whether a relaunch is necessary based on information such as the currently running JRE version and the versions of other installed JREs on the system.

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/deployment_data/6u10/6663557.0
15-02-2008

EVALUATION Added rudimentary support for JRE version selection in JNLP-launched applets. Detects if the currently running JRE version does not satisfy the request in the JNLP file and relaunches the applet specifying java_version if not. More optimization is possible and will be done in future putbacks. Auto-download support will also be implemented in a future putback. Also included a few minor code cleanups.
15-02-2008