Where do I find the Java command line tool "Gdb" ? It's not included in my Sun JDK 1.6 distribution. I need a way to take a java core dump from a live java instance.

link|improve this question

What operating system are you trying to do this on? – sciurus Mar 18 '11 at 5:11
feedback

1 Answer

up vote 1 down vote accepted

GDB is the GNU Debugger. You can find it here http://www.gnu.org/software/gdb/

link|improve this answer
Ahhh. Doh. I should have known that. For some reason I was thinking "java java java..." – djangofan Mar 18 '11 at 23:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.