How can I view a JWS apps stack trace?
问问题
211 次
3 回答
1
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.
于 2009-12-19T03:06:02.760 回答
0
I believe the stack trace will also print to the console if you run the JNLP from the command line.
于 2009-12-21T14:58:08.073 回答
0
另请注意,在 Java 6 中,您可以通过编程方式生成完整的线程转储,然后可以将其打印到 System.out。
于 2010-06-29T07:08:06.567 回答