Java Decompiler
Official website: http://jd.benow.ca/
The official web site describes how to install the plugin, but Myeclipse10 has been unresponsive for a long time when I used the online installation method, so I didn't use the online installation method.
Offline File Download: Http://jd.benow.ca/jd-eclipse/downloads/jdeclipse_update_site.zip
Extract the compressed file into the Jdeclipse folder, and then copy it to the%myeclipse_home%/myeclipse 10/dropins directory and restart MyEclipse.
By default, there are line numbers on the left of the Jdeclipse code, and if you don't like it, you can remove the "Show lines numbers" option in "Window>preferences>java>decompiler". As shown below:
JAD
Jad is a more extensive Java decompile software, Jadclipse is the Jad plug-in under Eclipse.
Jad Home: Http://www.varaneckas.com/jad Eclipse plugin Download: http://sourceforge.net/projects/jadclipse/
First download the JAD main program from the Http://www.varaneckas.com/sites/default/files/jad/jad158g.win.zip path, different operating system main program, here take windows as an example ; Unzip the downloaded compressed file to get the Jad.exe file and place it in the appropriate path.
And then from http://sourceforge.net/projects/jadclipse/files/jadclipse3.3/3.3.0%20%28for%20Eclipse%20_%3D3.3M6%29/ Net.sf.jadclipse_3.3.0.jar/download address download Jad Eclipse plug-in, is a jar file, standby.
Creating a folder Jad in the%myeclipse_home%/myeclipse 10/dropins directory may not be the same as the MyEclipse version, the path will be different , create a new two folders in the new Jad folder: Plugins and features, and then put the jar package that you downloaded in the second step into the plugins folder.
Start/reboot MyEclipse, enter "Window->preferences->java->jadclipse" to set, "Path to Decomplier" To fill in your Jad.exe path, the following default can be:
Then enter "Window->preferences->general->editors->file associations" to default to the. class file by Jadclipse class files The viewer opens, so the configuration is complete.