Analyzing Java class files
November 22, 2001
I'm about to start working on a project that requires me to describe class files, kind of like java.lang.reflect, but without having the classes loaded into the VM.
Here's what I've found so far, after much searching...
JikesBT: Jikes Bytecode Toolkit