Godmar Back <[EMAIL PROTECTED]> writes:
> A tool that's based on reflection seems pretty useless as a javap
> replacement. (It's useful for a lot of the things javap is
> used for, such as reverse engineering etc.) As a debugging tool,
> however, javap's purpose is to examine the actual content of a .class
> file, not necessarily the result of what was in a well-formed class file
> that passes the class loading process.
gnu.bytecode.dump is a fully functioning javap replacement that comes
with Per Bothner's gnu.bytecode package
http://www.cygnus.com/~bothner/gnu.bytecode
--
Geoff Berry