winget install --id=iamxiaojianzheng.jd-gui -e
JD-GUI, a standalone graphical utility that displays Java sources from CLASS files.
JD-GUI is a standalone graphical utility designed to display Java source codes reconstructed from .class files. It provides developers with an intuitive interface to browse and analyze the decompiled code of Java classes.
Key Features:
Audience & Benefit:
Ideal for developers and analysts who need to inspect or reverse-engineer compiled Java classes. JD-GUI enables quick insight into third-party libraries or legacy systems without access to original source files.
JD-GUI can be installed via winget, offering a seamless integration into your development environment.
JD-GUI, a standalone graphical utility that displays Java sources from CLASS files.
JD-GUI is a standalone graphical utility that displays Java source codes of ".class" files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.
> git clone https://github.com/java-decompiler/jd-gui.git
> cd jd-gui
> ./gradlew build
generate :
> ./gradlew idea
generate Idea Intellij project
> ./gradlew eclipse
generate Eclipse project
> java -classpath jd-gui-x.y.z.jar;myextension1.jar;myextension2.jar org.jd.gui.App
launch JD-GUI with your extensions
Released under the .
Did JD-GUI help you to solve a critical situation? Do you use JD-Eclipse daily? What about making a donation?