Re: JWS Program problem with MAC



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
.



Relevant Pages

  • Re: JWS Program problem with MAC
    ... Between your original JNLP file which states ... a single Jar.. ... ..and how the plug-in interprets that as.. ... home dot woh dot rr dot com slash jbmatthews ...
    (comp.lang.java.help)
  • Re: Dependencies of JAR files
    ... make a single jar of all the required jar and add that single jar to your classpath. ... > Does anybody if there is any tool assistance that help me to analyze ...
    (comp.lang.java.programmer)
  • Re: Including a folders JAR files in CLASSPATH
    ... >> that it can pick up all jar. ... > 1) put all those jar files in the lib folder of java home directory. ... > Using this method you need to use the classpath. ... > and include that single jar file in your classpath. ...
    (comp.lang.java.help)
  • Re: JARs containing JARs
    ... >> Is it possible to create a jar that contains its dependant jars so ... >> that you can distrbute an application as a single jar? ... Swing UIs, and WARs wor Web Applications, but nothing for a library ...
    (comp.lang.java.programmer)
  • security exceptions after jar repacking
    ... I want to deploy my application as a single jar file. ... all jars that are used as libraries together with my classes and created a ... I just want my app to reside in a single jar ...
    (comp.lang.java.programmer)