Using the JDK
javap (Dissassembler) .class->.text
Disassembles compiled Java files and prints out a representation of the Java bytecodes.
jdb (Debugger) debug .class
The Java Language Debugger that helps you find and fix bugs in Java programs.
Previous slide
Next slide
Back to first slide
View graphic version