Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > java web start can run console app?

Reply
Thread Tools

java web start can run console app?

 
 
Matt
Guest
Posts: n/a
 
      11-29-2004
java web start can only runs swing/awt applications? but not console
applications? I put console application as java web start application,
and it doesn't work and no error at all.

Please advise. thanks!!
 
Reply With Quote
 
 
 
 
Andrew Thompson
Guest
Posts: n/a
 
      11-29-2004
On 29 Nov 2004 07:16:02 -0800, Matt wrote:

> java web start can only runs swing/awt applications? but not console
> applications? I put console application as java web start application,
> and it doesn't work and no error at all.


I am not sure whether JWS can be used for non-GUI'd apps,,
but then, JWS will run apps. with no console.

Are you *sure* it does not run? Try creating a file in a JWS
non-GUI app. and see if it exists after you have launched it.

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
 
Reply With Quote
 
 
 
 
Bent C Dalager
Guest
Posts: n/a
 
      11-29-2004
In article <> ,
Matt <> wrote:
>java web start can only runs swing/awt applications? but not console
>applications? I put console application as java web start application,
>and it doesn't work and no error at all.


If your app works by accessing the console, then at the very least you
need to open the web start console to see any output from it.

If the app needs to do file access or similarly security-restricted
operations, then it needs to be signed and request all-permissions
from the web start runtime. Or else be rewritten to use the JNLP
services.

Cheers
Bent D
--
Bent Dalager - - http://www.pvv.org/~bcd
powered by emacs
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Use Java web start to start application on the command line by thefile name albert kao Java 3 02-02-2011 11:21 PM
How to start java GUI program WITHOUT additional Windows command line prompt console window? Ulf Meinhardt Java 1 08-10-2009 06:32 AM
Java Web Start Console closes unexpectedly / Reading in data ChrisC Java 11 02-07-2007 05:19 AM
java web start and console apps tom Java 2 07-21-2005 12:10 PM
How can I pass "-verbosegc" to a java application which is launched by "Java Web Start" Willi Sanders Java 0 11-25-2003 11:58 AM



Advertisments