tags:

views:

33

answers:

2

I'm trying to debug a locally running java web start application. There is a call failing that I am trying to get a stack trace for, but it appears that nothing is ever getting printed out anywhere. The app just appears to be doing nothing.

Thanks!

+1  A: 

From the Control Panel in Windows you can start the Java control panel app. Then click on the "Advanced" tab, select "Java Console" and the select "Show Console". The stack trace will now appear in the console. I believe the console allows you to save the file to disk if you want.

camickr