Skip to content

Eclipse Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly

Notifications You must be signed in to change notification settings

rainjacy/Eclipse-Class-Decompiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse Class Decompiler

Eclipse 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.

Description

Eclipse 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.

How to install Eclipse Class Decompiler ?

  1. Launch Eclipse,
  2. Click on "Help > Install New Software...",
  3. Click on button "Add..." to add an new repository,
  4. Enter name as "Eclipse Class Decompiler Update Site" and enter location as "http://raw.githubusercontent.com/cnfree/eclipse/master/decompiler/update/", then click on button "OK",
  5. Check "Eclipse Class Decompiler",
  6. Next, next, next... and restart.

How to check the file associations ?

  1. Click on "Window > Preferences > General > Editors > File Associations"
  2. "*.class" : "Class Decompiler Viewer" is selected by default.
  3. "*.class without source" : "Class Decompiler Viewer" is selected by default.

How to configure Eclipse Class Decompiler ?

  1. Click on "Window > Preferences > Java > Decompiler"

How to uninstall Eclipse Class Decompiler ?

  1. Click on "Help > About Eclipse > Installation Details > Installation Software",
  2. Select "Eclipse Class Decompiler",
  3. Click on "Uninstall...".

About

Eclipse Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.4%
  • HTML 1.5%
  • Other 0.1%