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.
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.
To install jd-gui, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jd-gui
To see what files were installed by jd-gui, run:
port contents jd-gui
To later upgrade jd-gui, run:
sudo port selfupdate && sudo port upgrade jd-gui
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.