eclipse集成jad

1. 将 (net.sf.jadclipse_3.3.0.jar)文件放入 ..\eclipse\dropins目录下
2.
将 (jad.exe)文件放入 ..\jdk\bin目录下 (其他class path 路径也行)
3.
重启eclipse  --> Window -->Preferences-->搜索 jad

搜索的到说明安装成功
path to decompiler 修改为jad.exe 的路径  例如 D:\worksoftware\Java\jdk1.6.0_31_64\bin\jad.exe
4.

 Window -->Preferences-->搜索 file Associatio

修改  *.class 的默认打开方式为jadclipse class file  viewer(default),没有则add

修改  *.class without source的默认打开方式为jadclipse class file  viewer(default),没有则add
5.

重启eclipse

附带  net.sf.jadclipse_3.3.0.jar和 jad.exe  

网盘地址:http://pan.baidu.com/s/1qWPqIny

你可能感兴趣的:(eclipse集成jad)