Skip to content

tlcsdm/jd-eclipse

 
 

Repository files navigation

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/tlcsdm/jd-eclipse.git
> cd jd-eclipse
> ./gradlew build

generate "build/distributions/jd-eclipse-x.y.z.zip"

How to install JD-Eclipse ?

Update Site:

Create a new update site in Eclipse with the following:

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 uninstall JD-Eclipse ?

  1. Click on "Help > About Eclipse > Installation Details",
  2. Select "JD-Eclipse Plug-in",
  3. Click on "Uninstall...".

License

Released under the GNU GPL v3.

About

A Java Decompiler Eclipse plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Java 100.0%