I am trying to debug a jnlp application. It get hanged after some scenario.

I want to collect thread dump of my jnlp application.

Any suggestion regarding how to do that.

I am running it in Win XP, 32 bit jvm

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

JNLP application runs exactly like any java application. JNLP role ends when application has downloaded to client machine.

Now reproduce your scenario and use jstack or jps commands that you can find in your jdk.

link|improve this answer
thanks Alex. your suggestion worked for me – Kowser Dec 8 '10 at 5:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.