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
Take a look at this Stack Overflow post
Thread dump programmatically /JDI (Java Debugger Interface)
We have implemented a JMX method to dump stack traces. This is really handy because you can examine stack traces in a web browser even on a remote machine.