Eclipse反编译插件

来源:互联网 发布:js提示框自动消失 编辑:程序博客网 时间:2024/05/27 00:41

Eclipse4.2 与 JAD

@see  http://blog.csdn.net/zklth/article/details/7919909

一、安装所需文件有:

1、jad.exe

2、net.sf.jadclipse_3.3.0.jar

二、安装步骤:

1、将jad.exe复制到相应地址(比如说:D:\Program Files\Java\jdk1.6.0_13\bin)

2、将net.sf.jadclipse_3.3.0.jar 复制到相应地址(比如说:D:\Program Files\Eclipse\eclipse-SDK-4.2-win32\eclipse\plugins)

3、打开Eclipse后,找到如右位置:Window\Perferences\Java\JadClipse

      “Path to decompiler:”  指定到相应地址(比如说:D:\Program Files\Java\jdk1.6.0_13\bin\jad.exe)

      "Directory for temporary files:" 指定到相应地址:(比如说:D:\Work\JADBak)

三、如果不能反编译,需要关联文件打开方式

        Window\Perferences\General\Editors\File Associations

好了,大功告成!

blog不能上传附件坑爹了附件:http://download.csdn.net/detail/hijobs/4743351

原创粉丝点击