JD-Eclipse
JD-Eclipse, a Java decompiler plug-in for the Eclipse platform.
- Java Decompiler projects home page: http://java-decompiler.github.io
- Java Decompiler Wikipedia page: http://en.wikipedia.org/wiki/Java_Decompiler
- JD-Eclipse source code: https://github.com/java-decompiler/jd-eclipse
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 ?
With Gradle:
> ./gradlew installSiteDist
generate “build/install/jd-eclipse-site”
With Eclipse:
- Download dependencies
> ./gradlew downloadDependencies
- Launch Eclipse,
- Import the 3 “Existing Projects into Workspace” by selecting the parent project folder,
- Export “Deployable features”,
- Copy “site.xml” to the destination directory.
How to install JD-Eclipse ?
- Build or download & unzip “jd-eclipse-site-x.y.z.zip”,
- Launch Eclipse,
- Click on “Help > Install New Software…”,
- Click on button “Add…” to add an new repository,
- Enter “JD-Eclipse Update Site” and select the local site directory,
- Check “Java Decompiler Eclipse Plug-in”,
- Next, next, next… and restart.
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…”.
发表回复