문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top