Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #22272
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Web Start problem |
| Date | 2013-02-11 08:50 -0500 |
| Organization | The Wasteland |
| Message-ID | <nospam-C7EE88.08502711022013@news.aioe.org> (permalink) |
| References | <kfaasd$qps$1@speranza.aioe.org> |
In article <kfaasd$qps$1@speranza.aioe.org>, emf <emfril@gmail.com> wrote: [...] > <?xml version="1.0" encoding="UTF-8"?> > > <jnlp spec="1.0+" [...] > [...] > > <application-desc main-class="Lotto"/> > > </jnlp> > ============= > > does not find the jnlp file (java.io.FileNotFoundException: The > system cannot find the path specified). > > Can the problem be that the program in the second project inside the > jar is in a package? Yes; as a concrete example, cited below, the main class is in a package named "draw": <application-desc main-class="draw.GraphPanel"/> <https://sites.google.com/site/drjohnbmatthews/graphpanel> > If not, what else could the problem be? What did you try? What happened when you tried it? More resources may be found here: <http://stackoverflow.com/tags/java-web-start/info> -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Web Start problem emf <emfril@gmail.com> - 2013-02-11 03:47 -0500
Re: Web Start problem "John B. Matthews" <nospam@nospam.invalid> - 2013-02-11 08:50 -0500
Re: Web Start problem Roedy Green <see_website@mindprod.com.invalid> - 2013-02-12 11:53 -0800
Re: Web Start problem Roedy Green <see_website@mindprod.com.invalid> - 2013-02-13 18:50 -0800
Re: Web Start problem "John B. Matthews" <nospam@nospam.invalid> - 2013-02-14 12:57 -0500
Re: Web Start problem markspace <markspace@nospam.nospam> - 2013-02-14 10:41 -0800
csiph-web