Cavaj Java Decompiler - http://www.bysoft.se/sureshot/cavaj/
A freeware utility that reconstructs java source code from CLASS files. You can browse the reconstructed source code with the Class View for instant access to methods and fields. It uses Jad as its Java decompiling engine. [Freeware] |
http://www.brouhaha.com/~eric/software/mocha/ - http://www.brouhaha.com/~eric/software/mocha/
Hanpeter van Vliet's first Java Decompiler. Orphaned at Java 1.02, so crashes on inner classes. [Freeware] |
http://www.bysoft.se/sureshot/jcavaj/ - http://www.bysoft.se/sureshot/jcavaj/
A free Java-based Java Decompiler. It uses Jode as its Java decompiling engine. [Open source, GPL] |
JADO (Java Decompiler And Obfuscator) - http://sourceforge.net/projects/dcompiler
A decompiler for Java which is platform independent and has options to obfuscate the class file also. [Open source, Public Domain] |
JODE (Java Optimize and Decompile Environment) - http://jode.sourceforge.net/
Java decompiler with full source code. Supports inner/anonymous classes. Also includes a small, but extensible bytecode obfuscator/optimizer. [Open Source, GPL] |