Re: JWS Program problem with MAC



Andrew Thompson wrote:
On Mar 24, 1:41 pm, Knute Johnson <nos...@xxxxxxxxxxxxxxxxxxxxxxx>
wrote:
Andrew Thompson wrote:
..
One way to check is to validate ...
..
How do do that?

See this post.
<http://groups.google.com.au/group/comp.lang.java.programmer/msg/
ce4940523b837d20>

Extra important since I noticed the order
of elements in that (original) JNLP makes
is utterly invalid.

Anything the plug-in does with an invalid
JNLP is largely random.

(Glad to hear it currently works on Mac., but
I expect it will break again with the next
version if still invalid.)

--
Andrew T.
PhySci.org

So the program blows up the 6.0 DTD but with the 1.5 I get the following message. I have absolutely no idea what it means. And speaking of that, what order must the elements be in? I really have no clue what I need to do here and I can't find anything that makes any sense.

org.xml.sax.SAXParseException: The content of element type "jnlp" must match "(information+,security?,resources*,(application-desc|applet-desc|component-desc|in
staller-desc))".

<?xml version="1.0" encoding="UTF-8" ?>
<jnlp spec="1.5+"
codebase="http://rabbitbrush.frazmtn.com/aviation";
href="flightlog.jnlp">
<information>
<title>VFR Flight Log</title>
<vendor>Knute Johnson Software</vendor>
<homepage href="index.html"/>
<icon kind="splash" href="catalina.jpg" />
<offline-allowed/>
</information>
<resources>
<j2se version="1.5+" />
<jar href="sVFRFlightLog.jar" />
</resources>
<application-desc
main-class="com.knutejohnson.tools.aviation.vfrlog.VFRFlightLog">
</application-desc>
<security>
<all-permissions/>
</security>
</jnlp>

Thanks,

--

Knute Johnson
email s/nospam/linux/

--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDem
.



Relevant Pages

  • Re: JWS Program problem with MAC
    ... is utterly invalid. ... Anything the plug-in does with an invalid ... JNLP is largely random. ...
    (comp.lang.java.help)
  • Re: JWS Program problem with MAC
    ... Andrew Thompson wrote: ... that search URL it was showing a whole ... the 1.0 JNLP. ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ...
    (comp.lang.java.help)
  • Re: NoClassDefFoundError
    ... Andrew Thompson wrote: ... That JNLP is invalid - the resources element should appear ... Cafka documentation application ...
    (comp.lang.java.programmer)
  • Re: Giving an application a window icon in a sensible way
    ... Andrew Thompson wrote: ... I don't have any software on my system for interpreting .jnlp ... (And I *do* have software for the common and ... just to put that into some sort of perspective...) ...
    (comp.lang.java.programmer)
  • Re: need help on compatibility problem!
    ... Andrew Thompson wrote: ... i don't want to change the source code:). ... Mark your project as 1.5+? ... and in the JNLP.. ...
    (comp.lang.java.programmer)