Enhanced Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly. It also integrates with the eclipse class editor, m2e plugin, supports Javadoc, reference search, library source attaching, byte code view and the syntax of JDK8 lambda expression.
Enhanced Class Decompiler is a plug-in for the Eclipse platform. It integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse, allows you to display all the Java sources during your debugging process, even if you do not have them all, and you can debug these class files without source code directly.
This is an ad-free fork of the Eclipse Decompiler Plugin. So we enhanced it by removing all code which might compromise your privacy or security (to the best of our knowledge).
If you have currently the "Eclipse" Class Decompiler installed, it is recommended to uninstall that plug-in first and remove the corresponding update site from your Eclipse installation.
- Launch Eclipse,
- Click on "Help > Install New Software...",
- Click on button "Add..." to add an new repository,
- Enter name as "Enhanced Class Decompiler Update Site" and enter location as "https://ecd-plugin.github.io/update", then click on button "OK",
- Check "Enhanced Class Decompiler",
- Next, next, next... and restart.
- Click on "Window > Preferences > General > Editors > File Associations"
- "*.class" : "Class Decompiler Viewer" is selected by default.
- "*.class without source" : "Class Decompiler Viewer" is selected by default.
- Click on "Window > Preferences > Java > Decompiler"
- Click on "Help > About Eclipse > Installation Details > Installation Software",
- Select "Enhanced Class Decompiler",
- Click on "Uninstall...".
If you want to test the latest features of this plugin, you have to build it from source. For this, proceed as following:
- Clone this project
- Install Eclipse for RCP and RAP Developers
- Import all projects into Eclipse by selecting File > Import > General > Existing Projects into Workspace > Next and enter the cloned directory as "root directory".
- Open the org.sf.feeling.decompiler.updatesite project in the Package Explorer
- Open the file site.xml within the project
- Press "Build All"
- Copy the jar files generated in the build/features and build/plugins folder of the project into the correspondent folders of your normal Eclipse installation.
The plugin is licensed under the Eclipse Public License v1.0
- Chen Chao ([email protected]) - initial API and implementation
- Robert Zenz
- Pascal Bihler
- Version 3.0.0
- Removed adware code fragments
- Removed self-update feature (Eclipse handles updates fine)
- Removed extra-header in code (Issue upstream#2)
- Display information about class being decompiled in editor title (Issue #3)
- Made plug-in work with Java9 BETA JDT core