JWS
 
Advanced search
POPULAR TOPICS

Enterprise JavaBeans
Hybernate
IntelliJ IDEA
J2EE
J2ME
J2SE
JAAS
Java
Java Authentication and Authorization Service
Java BluePrints

more...

LINKS ROLL

Java tutorials
Other portals

found 6 articles for 0.342 sec
Possible to use JWS on local file system?   [alt.comp.lang.java]
Date: Aug 20, 2007 04:26

... using any servers? If so, how? I've placed everything I need in a local directory but it complains that it can't find the file: java.io.FileNotFoundException: /home/Documents/TCI Works/FileViewer/web/index.jnlp (No such file or directory) I'm using the following example to play with: http://www.ibm.com/developerworks/opensource/library/os-jws/#resources Thanks Lionel.
Show full article (0.49Kb)
Re: Possible to use JWS on local file system?   [alt.comp.lang.java]
Date: Aug 20, 2007 05:15

..., how? I've placed everything I need in a local directory but it complains that it can't find the file: java.io.FileNotFoundException: /home/Documents/TCI Works/FileViewer/web/index.jnlp (No such file or directory) I'm using the following example to play with: http://www.ibm.com/developerworks/opensource/library/os-jws/#resources Thanks Lionel.
Show full article (0.74Kb) · Show article thread
Re: Possible to use JWS on local file system?   [alt.comp.lang.java]
Date: Aug 20, 2007 07:34

...I'm using the following example to play with: http://www.ibm.com/developerworks/opensource/library/os-jws/#resources Thanks Lionel. Java Applications by default do not require any servers to work. But JWS is Java Web Start framework, which is different beast alltogether. As it's name says, it's ...
Show full article (0.80Kb) · Show article thread
Re: Possible to use JWS on local file system?   [alt.comp.lang.java]
Date: Aug 21, 2007 00:14

...the following example to play with: http://www.ibm.com/developerworks/opensource/library/os-jws/#resources ... Java Applications by default do not require any servers to work. ButJWSis Java Web Start...which is different beast alltogether. As it's name says, it's all about Web. JWS deployed applications (and applets) can be installed off the internet, as per usual, but can *...
Show full article (1.34Kb) · Show article thread
Re: Possible to use JWS on local file system?   [alt.comp.lang.java]
Date: Aug 21, 2007 01:27

Andrew Thompson wrote: JWS deployed applications (and applets) can be installed off the internet, as per usual, but can *also* be invoked for an 'off-line' install off CD (DVD, floppy disk, USB..) using the appropriate javaws -import option. I don't want an install but rather just to run it. But with this information google should solve that problem. Note to the OP. ...
Show full article (0.87Kb) · Show article thread
Re: Possible to use JWS on local file system?   [alt.comp.lang.java]
Date: Aug 22, 2007 03:35

On Aug 21, 6:27 pm, Lionel van den Berg <lione...@gmail.com> wrote: Andrew Thompson wrote: JWSdeployed applications (and applets) can be installed off the internet, as per usual, but can *also* be invoked for an 'off-line' install off CD (DVD, floppy disk, USB..) using the appropriate javaws -import option. I don't want an install but rather just to run it. In ...
Show full article (1.05Kb) · Show article thread