Always use the Anti-compilation tool Jd-gui feeling is OK. Today I want to configure the components of Eclipse-jd-eclipse tool
You can search for "jdeclipse_update_site" on the Internet to download the Java Decompiler Eclipse plugin
The first way: by overwriting, or eclipse>>help>>install New software to introduce plugins
The second way
How to use the link file
Unzip the downloaded Eclipse plugin
New Myplugin in eclipse directory such as: D:\Program Files\eclipse\myplugin\jd-eclipse
Create a new Links folder in the Eclipse/dropins directory,
Create a new file inside the Jdclipse.link, the filename does not matter, as long as the suffix is. link
Then open the file and write the Path=d:\\program files\\eclipse\\myplugin\\jd-eclipse this jd-eclipse is your JD relative to the Eclipse root directory
Save it, OK.
Restart Eclipse
Open a class file anywhere.
A mistake may be reported:
······ \eclipse-jee-luna-sr1-win32-x86_64\eclipse\configuration\org.eclipse.osgi\866\0\.cp\lib\linux\x86\ Libjd-eclipse.so:can ' t load this. dll (machine code=0x101) on a IA 32-bit platform
When this is wrong, you need to go to the compression package you downloaded to find
Jd.ide.eclipse.win32.x86_0.1.3.jar or jd.ide.eclipse.win32.x86_64_0.1.3. Jar According to whether the computer is 64-bit or 32-bit to choose
Unzip him, copy the Jd-eclipse.dll file under Lib/win32/x86.
Copy to the \eclipse-jee-luna-sr1-win32-x86_64\eclipse\configuration\org.eclipse.osgi\866\0\.cp\lib\linux\x86\ directory, Rename the Jd-eclipse.dll to libjd-eclipse.so to overwrite the original
Restart Eclipse so you can see the anti-compiled class file.
Reference
http://tankmarshal.iteye.com/blog/1623373
http://aniyo.iteye.com/blog/1336622
http://www.cnblogs.com/bluesky4485/archive/2011/12/08/2280429.html
Install the Anti-compilation tool on eclipse4.4 Jd-eclipse