How can I view a JWS apps stack trace?
+1
A:
If it's Java Web Start you are referring to then you need to go into your Java settings and turn the console on. (Set it to "Always" show.) Next time you click the JNLP then the console will launch and you can see whatever your app is dumping.
PSpeed
2009-12-19 03:06:02
A:
I believe the stack trace will also print to the console if you run the JNLP from the command line.
spork
2009-12-21 14:58:08
A:
Also note that in Java 6 you can programatically generate a complete thread dump which can then be printed to System.out.
Thorbjørn Ravn Andersen
2010-06-29 07:08:06