I have a running java process in a standard windows command window. ie i have run \'cmd\' and typed in java -jar ...
I need to be able to get a full stack dump of al
In addition to Seth's answer, you could also launch a JConsole on your machine in order to inspect each thread's stack trace. This has the added benefit of being able to detect deadlocks and monitor memory usage.