eclipse 反编译插件安装

Step 1:

Destination:
Install the JAD plug-in into eclipse
Function:
external links  
JAD plug-in location:
D:\plug-in\net.sf.jadclipse_3.3.0
Structure:
-|eclipse
    -| plugins
        -| net.sf.jadclipse_3.3.0.jar
Eclipse Location:
C:\Program Files\DEV\oepe-helios
Structure
-| Links
    -| jadclipse_3.3.0.link
File 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 Files\DEV\MyEclipse 8.5\dropins

jad.exe 放到{JDK_HOME}\jad.exe

进入eclipse 或者 myeclipse 

WindowàPreferencesàjava-àJadClipse

做如下设置

Path to decompiler : D:\Java\jdk1.6\bin\jad.exe

Directory for temporary files:C:\Users\cici\.net.sf.jadclipse

你可能感兴趣的:(eclipse)