eclipse 反编译插件安装

Step 1:

Destination:
Install the JAD plug-in into eclipse
Function:
external links  
JAD plug-in location : (the following path is a folder's path)
D:plug-in et.sf.jadclipse_3.3.0
Structure: (and also set up these  following series of folders under D:plug-in et.sf.jadclipse_3.3.0)
-|eclipse
    -| plugins
        -| net.sf.jadclipse_3.3.0.jar
Eclipse Location:
C:Program FilesDEVoepe-helios
Structure (also set up these following series of folders&file under C:Program FilesDEVoepe-helios)
-| Links
    -| jadclipse_3.3.0.link
File content: (the above file:jadclipse_3.3.0.link 's content)
path=D:\plug-in\net.sf.jadclipse_3.3.0

then when click in a .class file
we needed to add the source file into the
eclipse then we could see the source code.

the source code is:
{JAVA_HOME}src.zip

Step2:

1 jd-gui-0.2.9.windows.zip 解压缩到

D:Program FilesDEVMyEclipse 8.5dropins

jad.exe 放到{JDK_HOME}jad.exe   例如D:Javajdk1.6injad.exe

进入eclipse 或者 myeclipse 

 Window-->Preferences--->java--->JadClipse

做如下设置

Path to decompiler : D:Javajdk1.6injad.exe

Directory for temporary files:C:Userscici.net.sf.jadclipse

原文地址:https://www.cnblogs.com/cici-new/p/4351410.html