JD-Eclipse
JD-Eclipse, a Java decompiler plug-in for the Eclipse platform.
Description
JD-Eclipse is a plug-in for the Eclipse platform. It allows you to
display all the Java sources during your debugging process, even if
you do not have them all.
How to build JD-Eclipse ?
> git clone https://github.com/java-decompiler/jd-eclipse.git
> cd jd-eclipse
> ./gradlew build
generate "build/distributions/jd-eclipse-x.y.z.zip"
How to install JD-Eclipse ?
- Build or download "jd-eclipse-x.y.z.zip",
- Launch Eclipse,
- Click on "Help > Install New Software...",
- Drag and drop "jd-eclipse-x.y.z.zip" on dialog windows,
- Check "Java Decompiler Eclipse Plug-in",
- Click on "Next" and "Finish" buttons.
- A warning dialog windows appear because _"org.jd.ide.eclipse.pluginx.y.z.jar" is not signed. Click on "Install anyway" button.
How to check the file associations ?
Click on "Window > Preferences > General > Editors > File Associations"
- "*.class" : Eclipse "Class File Viewer" is selected by default.
- "*.class without source" : "JD Class File Viewer" is selected by default.
How to configure JD-Eclipse ?
Click on "Window > Preferences > Java > Decompiler"
How to uninstall JD-Eclipse ?
- Click on "Help > About Eclipse > Installation Details",
- Select "JD-Eclipse Plug-in",
- Click on "Uninstall...".
License
Released under the GNU GPL v3.
Donations
Did JD-GUI help you to solve a critical situation? Do you use JD-Eclipse daily? What about making a donation?