- 
    Bug 
- 
    Resolution: Not an Issue
- 
     P4 P4
- 
    None
- 
    1.4.0
- 
        sparc
- 
        solaris_9
###@###.### 2002-10-01
When testing with build1 of 1.4.0_03b1 the cfg file has to be modified so that some jnlp files will launch. I was doing installation testing on Sparc 2.9.
The cfg file produced is :
javaws.cfg.jre.0.platform=1.4
javaws.cfg.jre.0.location=http\://java.sun.com/products/autodl/j2se
javaws.cfg.jre.0.product=1.4.0_03-ea
javaws.cfg.jre.0.path=/usr/j2se/bin/java
When trying to run the BAT.jnlp file attached, javawebstart wants to download another jre. The "-ea" causes problems for parsing the version of the jre. If javaws.cfg.jre.0.product is changed to 1.4.0_03_ea, then javawebstart works ok.
i.e
javaws.cfg.jre.0.product=1.4.0_03_ea
Granted the FCS of 1.4.0_03 will probably not contain a "-" character. However should it still be capable of parsing it or should javawebstart just forget about any characters after the "03". Is it a requirement that the jre version string never contains a "-"
The j2se version in BAT.jnlp (attached) was :<j2se version="1.2+"/>, so 1.4.0_03 should have been able to run it