Hi,

>I know this is naive of me, but how does one get a thread dump of the
>JVM?

Send a SIGQUIT to the JVM process.

>package statement.  As for the NoClassDefFoundError vs
>ClassNotFoundException, I do have exception handling code around the
>loadClass method, and it is not reporting anything, and to the best of
>my knowledge, an error should terminate the JVM right?

No, it shouldn't.  You can catch errors also by catching Throwable
instead of Exception.

Yoav



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to