Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #22287
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Web Start problem |
| Date | 2013-02-12 11:53 -0800 |
| Organization | Canadian Mind Products |
| Message-ID | <5u6lh8ljm88m93buar6hk0s873t3elpfnc@4ax.com> (permalink) |
| References | <kfaasd$qps$1@speranza.aioe.org> |
On Mon, 11 Feb 2013 03:47:07 -0500, emf <emfril@gmail.com> wrote, quoted or indirectly quoted someone who said : >does not find the jnlp file (java.io.FileNotFoundException: The system >cannot find the path specified). JWS looks for a JNLP file twice, once for a URL you specify, (often cached) then it looks inside that file for a link to the most up-to-data copy. You seem to be using short DOS filenames. I would avoid that. Their support is optional. Do you have two copies of the JNLP? What are their precise file names? Java is case sensitive. Make sure all your names have the precise case. Normally there are no file: urls in jnlp. There should not be any if you are trying to use this on the web. -- Roedy Green Canadian Mind Products http://mindprod.com The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ~ Tom Cargill Ninety-ninety Law
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