estn_h 发表于 2013-1-26 12:38:11

Myeclipse中集成反编译插件

1.下载jad.exe与jadclipse_3.2.0.jar

2.将jad.exe可以存放任意目录,比如C:jad.exe;

3.将jadclipse_3.2.0.jar放到${eclipse}/plugins目录下(不是myeclipse目录下哦),并解压到当前目录下,目录为${eclipse}/plugins/jadclipse_3.2.0;

4.重启Myeclipse进行分别设置:

选项Windows--Preference--Java-JadClipse下设置Path to decompiler为:C:jad.exe

选项Windows--Preference--General--Editor--File Associations下设置File types为*.class的默认打开格式为JadClipse Class File Viewer

5.OK
页: [1]
查看完整版本: Myeclipse中集成反编译插件