United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 6705941 JNLP JREDesc selections fails in case of multiple JREDesc entries
6705941 : JNLP JREDesc selections fails in case of multiple JREDesc entries

Details
Type:
Bug
Submit Date:
2008-05-22
Status:
Closed
Updated Date:
2010-09-08
Project Name:
JDK
Resolved Date:
2008-06-16
Component:
deploy
OS:
generic
Sub-Component:
plugin
CPU:
generic
Priority:
P3
Resolution:
Fixed
Affected Versions:
6u10
Fixed Versions:
6u10

Related Reports
Duplicate:

Sub Tasks

Description
In case of multiple JREDesc entries in the root JNLP file (other are ignored),
we have to select either the first one for which a JRE is installed,
or - if non is installed, the first JREDesc entry.

This is currently not working.

Example:
    <java version="1.2" java-vm-args="-esa">
        <resources>
            <property name="sun.java2d.d3d" value="ERROR"/>
        </resources>
    </java>
    <java version="1.7 1.6" java-vm-args="-da">
        <resources>
            <property name="sun.java2d.d3d" value="true"/> <!-- property # 2 -->
        </resources>
    </java>
    <java version="1.5.9 1.5*" java-vm-args="-ea"/>

                                    

Comments
SUGGESTED FIX

Actually implementing the JREDesc selecting,
the way as it is specified (see description).
                                     
2008-05-22
EVALUATION

see fix ..
                                     
2008-05-22



Hardware and Software, Engineered to Work Together