Eclipse下的装jad 插件

(MyEclipse6.5 对应eclipse 3.3)
安装jadclipse插件(以后.class文件不用去找源码了,直接反编译看)
http://jadclipse.sf.net/update
(Window >Preferences > General > Editors > File Associations > *.class).

 

 

 

刚才用以上做法不行,Eclipse没找到jadclipse,还是用link方法弄吧.
下面介绍安装方法
1、下载jad1.5.8g
下载地址:http://www.kpdus.com/jad.html#download 解压到任意位置(如果下载不了去

google搜下其他地址 关键字jad1.5.8g)
2、下载jadclipse(一个在eclipse中调用jad.exe进行反编译的插件)
下载地址:http://jadclipse.sourceforge.net/ (下载包名为
net.sf.jadclipse_3.3.3.jar  3.3.0的也可以)
3、直接把jar包放到D:\eclipse\plugins目录下
4、启动eclipse,在”Window” ==>”Preferences”==>”Java”中可在看到多了一个”

JadClipse”选项,设置path to decompiler为jad.exe的全路径 比如 我的:D:\jdk1.6.0

\bin\jad.exe
(Window >Preferences > General > Editors > File Associations > *.class). 将class默认打开设

定为(jadClipse Class File Viewer(default))
5、双击试验 点某个class ,安装成功的话就可以看到其java 源代码了

你可能感兴趣的:(eclipse,html,.net,Google)