Re: JWS Program problem with MAC



In article <47e5c198$0$1630$b9f67a60@xxxxxxxxxxxxxxxxxx>,
Knute Johnson <nospam@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

Andrew Thompson wrote:
On Mar 23, 12:26 pm, "John B. Matthews" <nos...@xxxxxxxxxx> wrote:
In article <47e58b1b$0$1630$b9f67...@xxxxxxxxxxxxxxxxxx>,
Knute Johnson <nos...@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
...
No JRE version found in launch file for this system

I do not know if it is related, but just noticed
something odd in John's output.

Between your original JNLP file which states
a single Jar (presumably containing a main)..

<jar href='sVFRFlightLog.jar' />

..and how the plug-in interprets that as..

<jar
href="http://rabbitbrush.frazmtn.com/aviation/sVFRFlightLog.jar";
download="eager" main="false"/>

..main="false"? How did it conclude that?
The default is that the 'first listed' jar
should contain a main().

I cannot see how it would affect the launch,
but perhaps you should try explicitly stating
that the jar contains the main(). Note that I
cannot see *why* it would be necessary to
specify that - barring a bug in the plug-in.

--
Andrew T.
PhySci.org

Thanks guys. I'm pretty sure this must be the problem that my friend
was running into trying to run the program.

I added a main= to the <jar> element. Please try it again and see if it
has the same problems.

That fixed it!

John
--
John B. Matthews
trashgod at gmail dot com
home dot woh dot rr dot com slash jbmatthews
.



Relevant Pages