IntelliJ Java IDE
The moose likes JNLP and Web Start and the fly likes J2SE version in the JNLP file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "J2SE version in the JNLP file" Watch "J2SE version in the JNLP file" New topic
Author

J2SE version in the JNLP file

Manish Hatwalne
Ranch Hand

Joined: Sep 22, 2001
Posts: 2559

When I specify J2SE version 1.3 in my .jnlp fileas follows -
<j2se version="1.3"/>
it starts looking for jre of j2se 1.3, despite of the fact that machine has j2se 1.4 installed on it. Is there a way to specify the version in such a way that it will accept that version or any version which is higher than the specified version, which is already installed on the machine; w/o actually downloading the jre of the specified version.
TIA,
- Manish
Maulin Vasavada
Ranch Hand

Joined: Nov 04, 2001
Posts: 1863
hi
can u try version="1.3+"?
regards
maulin


1. Have fun @ http://faq.javaranch.com/java/JavaRaq
2. Looking for simple infix2postfix conversion and postfix evaluation package? Click here
Manish Hatwalne
Ranch Hand

Joined: Sep 22, 2001
Posts: 2559

Yeah,
I got it working using version="1.3+". Sorry for not posting it here...
thx,
- Manish
 
 
subject: J2SE version in the JNLP file
 
Threads others viewed
Help to open jnlp application in Mac OS X
Problem with Webstart1.0.1_01 and IBM JRE 1.3.0
jnlp question , got me tearing my hair out
java web start (jre) incompatibilities
How to specify a JRE range in jnlp file?
developer file tools