Downloads from Github releases :
Downloads from Jitpack :
Enhanced Class Decompiler integrates JD, FernFlower, Vineflower, 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, FernFlower, Vineflower, 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.
- Compatibility with latest version of Eclipse over backward compatibility : upstream project aims at supporting all versions of Eclipse which is not maintainable from my point of view (2b13e85, b518dd3, f2b6022, 8538745, 8b47e95)
- Usage of forked versions of decompilers : I need this freedom to bring bug fixes as some of the decompilers are not maintained anymore, or rarely maintained (see also this Why a fork ? section)
- Source attach plugin comes with some enhancements (see below) but it was removed in upstream project (#103, 5a9a574)
- Broken functions "Show Byte Code" and "Show Disassembler" are removed (bytecode is available natively in Eclipse in menu
Window -> Show View -> Bytecode) but still present in upstream project - Some significant refactorings in upstream project made rebasing next to impossible without risk of regression (e3d0e4e, 94a317a, 6c3710c)
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).
Drag and Drop installation:
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...",
- Drag and Drop enhanced-class-decompiler-x.y.z.zip
- Check the components to install,
- Click on "Next" and "Finish" buttons.
- A warning dialog windows appear because plug-in is not signed. Click on "Install anyway" button.
- 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"
Source attach:
You may configure a private Nexus repository with credentials (user/password) to download and attach sources automatically :
You may select from a list of available public repositories :
You may use this option "Wait for sources to be downloaded before trying to decompile" to avoid decompiling code for which you have sources.
Use this icon to switch decompiler while a class file is still open. Once a file is closed and re-opened, the source is cached, it is no more possible to switch decompiler.
- Click on "Help > About Eclipse > Installation Details > Installation Software",
- Select "Enhanced Class Decompiler",
- Click on "Uninstall...".
Requirement: JDK 21 (make sure JAVA_HOME environment variable points to an appropriate JDK)
If you want to test the latest features of this plugin, you have to build it from source. For this, proceed as following:
git clone https://github.com/nbauma109/ecd- build with ./build.sh on Linux or build.bat on Windows
If you want to use Eclipse and help developing, continue like this:
- 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 parent of the cloned directory as "root directory".
The main plugin and the org.sf.feeling.decompiler.jd project are licensed under GPL 3, the other feature plugins are licensed under the Eclipse Public License v1.0
Code partially based on:
- JD-Eclipse: Copyright Emmanuel Dupuy, GPL 3
- Java Source Attacher: Copyright Thai Ha, Apache License V2.0
Used libraries:
- Apache commons: Copyright (c) Apache Software Foundation, Apache License V2.0
- Fernflower: Copyright (c) JetBrains, Apache License V2.0
- Minimal JSON: Copyright (c) 2013, 2014 EclipseSource, MIT License
- CFR: Copyright Lee Benfield, MIT License
- Procyon: Copyright Mike Strobel, Apache License V2.0
- Nexus Indexer: Apache License V2.0
- Nexus Restlet1x Model: Eclipse Public License v1.0
- Plexus Utils: Copyright The Codehaus Foundation, Apache License V2.0
- JD-Core: Copyright Emmanuel Dupuy, GPL 3
- Vineflower: Apache License V2.0
- Chen Chao ([email protected]) - initial API and implementation
- Robert Zenz
- Pascal Bihler
- Nick Lombard
- Jan Peter Stotz
- Nicolas Baumann (@nbauma109)





