Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Help > Re: JWS Program...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 21 of 33 Topic 15907 of 16566
Post > Topic >>

Re: JWS Program problem with MAC

by Lew <lew@[EMAIL PROTECTED] > Mar 25, 2008 at 08:40 PM

Knute Johnson wrote:
> 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))".

This message tells you that the 'security' tag, if present, must follow
the 
'information' tag(s).

> <?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>

Here your 'security' tag is way out of position.  It is supposed to
precede 
the 'resources' tags.

-- 
Lew
 




 33 Posts in Topic:
JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-22 15:41:30 
Re: JWS Program problem with MAC
"John B. Matthews&qu  2008-03-22 21:26:06 
Re: JWS Program problem with MAC
Andrew Thompson <andre  2008-03-22 19:13:15 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-22 23:30:45 
Re: JWS Program problem with MAC
"John B. Matthews&qu  2008-03-23 12:48:18 
Re: JWS Program problem with MAC
Roedy Green <see_websi  2008-03-24 12:21:47 
Re: JWS Program problem with MAC
Roedy Green <see_websi  2008-03-23 19:25:34 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-23 17:25:34 
Re: JWS Program problem with MAC
Roedy Green <see_websi  2008-03-24 06:30:38 
Re: JWS Program problem with MAC
"John B. Matthews&qu  2008-03-24 10:50:49 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-24 08:59:55 
Re: JWS Program problem with MAC
Roedy Green <see_websi  2008-03-25 12:55:28 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-25 09:13:09 
Re: JWS Program problem with MAC
Roedy Green <see_websi  2008-03-26 10:24:17 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-26 08:12:22 
Re: JWS Program problem with MAC
Roedy Green <see_websi  2008-03-26 19:52:39 
Re: JWS Program problem with MAC
Andrew Thompson <andre  2008-03-23 19:44:13 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-23 20:41:49 
Re: JWS Program problem with MAC
Andrew Thompson <andre  2008-03-25 15:46:08 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-25 16:39:01 
Re: JWS Program problem with MAC
Lew <lew@[EMAIL PROTEC  2008-03-25 20:40:34 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-25 17:54:14 
Re: JWS Program problem with MAC
Roedy Green <see_websi  2008-03-26 10:21:54 
Re: JWS Program problem with MAC
Lew <lew@[EMAIL PROTEC  2008-03-26 08:05:44 
Re: JWS Program problem with MAC
Mark Space <markspace@  2008-03-26 22:55:11 
Re: JWS Program problem with MAC
Roedy Green <see_websi  2008-03-26 10:20:05 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-26 08:10:37 
Re: JWS Program problem with MAC
Andrew Thompson <andre  2008-03-26 00:48:51 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-26 08:14:14 
Re: JWS Program problem with MAC
Andrew Thompson <andre  2008-03-26 16:02:10 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-26 16:47:37 
Re: JWS Program problem with MAC
Knute Johnson <nospam@  2008-03-26 16:52:01 
Re: JWS Program problem with MAC
Andrew Thompson <andre  2008-03-28 00:37:48 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 15:54:12 CST 2008.