Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   java web start and console apps (http://www.velocityreviews.com/forums/t145004-java-web-start-and-console-apps.html)

tom 07-21-2005 02:03 AM

java web start and console apps
 
Hi
I want to use Java Web Start for a non gui client. The client will have
no windowing so it has to be console only. Has anyone been successful
in using JWS in non-gui environments? if not, can you recommend another
type of an autoupdate runtime environment that requires no GUI but can
be command line only?
Thanks
T.


Thomas Fritsch 07-21-2005 12:01 PM

Re: java web start and console apps
 
tom wrote:

> Hi
> I want to use Java Web Start for a non gui client. The client will have
> no windowing so it has to be console only. Has anyone been successful
> in using JWS in non-gui environments? if not, can you recommend another
> type of an autoupdate runtime environment that requires no GUI but can
> be command line only?
> Thanks
> T.
>

I have never tried that, but as far as I know Sun's JavaWebStart
requires a GUI environment.
So I think you'll have to look for an alternative JNLP implementation.
Look through <http://www.google.de/search?q=JNLP+%2Bimplementation>.
Promising candidates might be
"Jsh" <http://gerard.collin3.free.fr/documentation.html> and/or
"Java URL" <http://www.amherst.edu/~tliron/javaurl/>.

--
"Thomas:Fritsch$ops:de".replace(':','.').replace(' $','@')


Thomas Weidenfeller 07-21-2005 12:10 PM

Re: java web start and console apps
 
Thomas Fritsch wrote:
> So I think you'll have to look for an alternative JNLP implementation.
> Look through <http://www.google.de/search?q=JNLP+%2Bimplementation>.
> Promising candidates might be
> "Jsh" <http://gerard.collin3.free.fr/documentation.html> and/or
> "Java URL" <http://www.amherst.edu/~tliron/javaurl/>.
>


Maybe also

http://sourceforge.net/projects/openjnlp

(I have no experience with it).

/Thomas

--
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/...g/java/gui/faq
http://www.uni-giessen.de/faq/archiv....java.gui.faq/


All times are GMT. The time now is 02:12 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57