How-to articles, tricks, and solutions about HEAP-DUMP
How to get a thread and heap dump of a Java process on Windows that's not running in a console
To get a thread and heap dump of a Java process on Windows that is not running in a console, you can use the jstack and jmap tools that are included with the Java Development Kit (JDK).