Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does stdout go for a Java Web Start application?

I'm having troubles with my webstart application and would like to see stdout. I think it's throwing an exception... but I cannot see it since the console output is hidden somewhere.

How can I get the output of the application?

like image 841
Jason Avatar asked Nov 18 '10 22:11

Jason


1 Answers

In order to see Java Exceptions, your user will need to click File -> Preferences -> Advanded Tab and check "Show Java Console"

like image 87
stacker Avatar answered Oct 22 '22 13:10

stacker