JD-Eclipse is a free plug-in for eclipse decompilation. It is very convenient and useful when you view jar without source code.
(Official Address: http://java.decompiler.free.fr /? Q = jdeclipse)
Currently supported versions:
- Windows 32/64-bit
- Linux 32/64-bit
- Mac OS X 32/64-bit on x86 hardware
My local computer is Windows 64. Here we will show my installation steps (other versions should be similar ):
Step 1:
Install the required class library Environment-- Visual C ++ libraries (of course, You should have installed it)
Microsoft
Visual c ++ 2008 SP1 redistributable package (x64)
Http://www.microsoft.com/en-us/download/details.aspx? Id = 2092
Step 2: Install the jdeclipse plug-in eclipse(Myeclipse I use)
(There are two methods in this step)
Method 1:
Open configuration Center
Add plug-in address: http://java.decompiler.free.fr/jd-eclipse/update
Select Add plug-in:
If no updatable application is displayed, restart myeclipse and click the following button:
Method 2:
Download the plug-in to your local device.
Http://jd.benow.ca/jd-eclipse/downloads/jdeclipse_update_site.zip
(The procedure is similar to: http://blog.csdn.net/partner4java/article/details/7867969)
Now you can use it.