The application is started using jnlp. even if i press ctrl+break, it doesn't give thread dump. Could you please tell where will be the dump ? its not there in the java console.
if you have the java console display for your app, just press v on the java console for the app. you will see the thread stack trace on the java console.
Manu Manoharan
Greenhorn
Joined: Jan 12, 2009
Posts: 9
posted
0
Thanks Luri,It works.
But how can we get the dump if there is a deadlock ?