two jnlp questions

R

Roedy Green

<j2se version="1.4+"
href="http://java.sun.com/products/autodl/j2se" />

what does the + mean? Is it some sort of wildcard for "the current
version"? any 1.4.* ?

Is there a tool to validate your jnlp file syntax or to warn you if
you left anything important out?

--
Bush crime family lost/embezzled $3 trillion from Pentagon.
Complicit Bush-friendly media keeps mum. Rumsfeld confesses on video.
http://www.infowars.com/articles/us/mckinney_grills_rumsfeld.htm

Canadian Mind Products, Roedy Green.
See http://mindprod.com/iraq.html photos of Bush's war crimes
 
A

Andrew Thompson

<j2se version="1.4+"
href="http://java.sun.com/products/autodl/j2se" />

what does the + mean? Is it some sort of wildcard for "the current
version"? any 1.4.* ?

Any 1.4 version, (+) 1.5 (, 1.6..),
Excluding any version with a '-'.
From..
<http://java.sun.com/j2se/1.4.2/docs/guide/jws/developersguide/syntax.html#resources>
" <j2se version="1.4+">
would not consider an installed 1.4.1-ea or
1.4.2-beta JRE as a match for the request"

I went hunting for a more specific reference to the '+'
(which I had always inferred to mean 'installed JRE'>='number stated')

...the JNLP spec. HTML version, section 1.4.
(where's the on-line version?)/JNLP/jnlp-spec-1.5/overview.html#example

"
(section) 1.4 An Example
....
<j2se version="1.3+"/>
....Java 2 platform, version 1.3 or _higher_ is required..
"

There, settled!
Is there a tool to validate your jnlp file syntax or to warn you if
you left anything important out?

I find JAWS itself gives you some pretty explicit messages.
You might find you can call it from code, I have not tried
that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,252
Latest member
MeredithPl

Latest Threads

Top