JDC - Java Decompiler Mode for JDEE

JDC is a simple Java decompiler mode that uses Jad to decompile Java class files on-the-fly.

JDC recognizes a class file by the standard 4 byte prefix (hex "CAFEBABE") that starts all Java class files, and hooks both find file and archive extract, so you can easily browse decompiled class files from the filesystem or from .jar or .zip files.

It is based on earlier work by Ingo Koch and Craig McGeachie, enhanced by Kevin J. Butler.

It should also (but doesn't, yet) incorporate work done by:

And perhaps JDC should itself be incorporated into i3SP

Other errata:

SourceForge project page
Last modified: Fri Oct 10 15:43:15 Mountain Standard Time 2003