Buy anything from HongKong - Dealextreme

You can buy any kind of electronic gadgets from DealExtreme with free shipping option.
Please visit DealExtreme for very low prices.
Here is the link to the site : www.dealextreme.com

08 January 2008

How to Generate a Thread Dump For a Java Process

press Ctrl-Break in the terminal console you used to start the JVM
send the QUIT signal to the Java VM running the application
kill -QUIT process_id
process_id is the process number of the respective java process

No comments: