File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JNLP and Web Start and the fly likes Where is the dos window?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "Where is the dos window??" Watch "Where is the dos window??" New topic
Author

Where is the dos window??

Ronnie Phelps
Ranch Hand

Joined: Mar 12, 2001
Posts: 329
I need to view standard output from my application. How or where can I view this without the dos window when using Java Web start?
Chantal Ackermann
Ranch Hand

Joined: Sep 28, 2000
Posts: 508
hi,
start the JavaWebStart Administration UI by calling the javaws executable file (there is only one "javaws" executable in the JWS installation directory). this will start the admin gui.
File -> Preferences -> Advanced (or something like that).
make sure that the checkbox "show java console" is checked. you can decide to log to a file, as well.
Chantal
Ronnie Phelps
Ranch Hand

Joined: Mar 12, 2001
Posts: 329
I tried that but thought there should be another way because the window isn't allways visible. I guess the logging should be okay for now but is there a way to have the logging directory predefined without having to modify the clients preferences?
Ronnie Phelps
Ranch Hand

Joined: Mar 12, 2001
Posts: 329
I tried that but thought there should be another way because the window isn't allways visible. I guess the logging should be okay for now but is there a way to have the l
Chantal Ackermann
Ranch Hand

Joined: Sep 28, 2000
Posts: 508
Certainly, you can do you're own logging in your application. you can either use the logging API from 1.4 (java.util.logging), or log4j, or write your own logger classes, or...
In any case, this would be independent of JavaWebStart. You should do that anyway, no matter in what way you are deploying your app.
chantal
 
 
subject: Where is the dos window??
 
Threads others viewed
chat application in jdk1.2
DOS command window
running in dos, not command window in windows
Servlet comilation without JSDK
Open tomcat server in the same dos window.