Eclipse集成反编译工具

来源:互联网 发布:淘宝达人资历怎么写 编辑:程序博客网 时间:2024/05/22 10:55

首先下载好jd-eclipse插件

自行百度···(算了还是贴一个网盘链接 http://pan.baidu.com/s/1c2CfArI)


1、解压反编译插件包“eclipse 反编译插件_jad 3.3.0.zip”

2、将插件包中的net.sf.jadclipse_3.3.0.jar文件复制到Eclipse的插件目录下(如:E:\Soft\Eclipse\plugins)

3、启动Eclipse,点击【Window】 --> 【Preferences】,在弹出的对话框中选中JadClipse进行设置,在右侧Path to decompiler的文本框中输入jad.exe文件的绝对路径,如下图:


4.点击apply

5.进入General --> Editors --> File Associations】,点击*.class without source , 点击下方的add按钮,在弹窗中找到JadClipse Class File Viewer,点击ok

6.点击JadClipse Class File Viewer,点击default将其设置为默认打开方式。点击ok保存即可。