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.
Asked
Active
Viewed 221 times
1 Answers
1
GDB is the GNU Debugger. You can find it here http://www.gnu.org/software/gdb/

slillibri
- 1,643
- 1
- 9
- 8
-
Ahhh. Doh. I should have known that. For some reason I was thinking "java java java..." – djangofan Mar 18 '11 at 23:13