Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6705941
Votes 0
Synopsis JNLP JREDesc selections fails in case of multiple JREDesc entries
Category java_plugin:plugin2
Reported Against
Release Fixed 6u10(b26)
State 11-Closed, Verified, bug
Priority: 3-Medium
Related Bugs 6693440
Submit Date 22-MAY-2008
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"/>
Posted Date : 2008-05-22 02:14:00.0
Work Around
N/A
Evaluation
see fix ..
Posted Date : 2008-05-22 03:55:15.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang