首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

eclipse反编译工具装配

2012-11-12 
eclipse反编译工具安装一、下载Jad反编译工具(下面两个网站都可以下载),下载后解压以获得Jad.exe:http://ww

eclipse反编译工具安装

一、下载
Jad反编译工具(下面两个网站都可以下载),下载后解压以获得Jad.exe:
http://www.kpdus.com/jad.html#download
http://www.joymo.cn/Html/kfzx/J2me_114_1043.html

jadclipse插件:
http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Download

二、安装
直接将jadclipse.jar复制到%ECLIPSE_HOME%\plugins目录下

可以将Jad反编译工具Jad.exe放到%JAVA_HOME%\bin下,也可以随意放其它路径,等下要在Path to decompiler中设置。

三、设置
启动eclipse,打开:Window->Preferences->Java->JadClipse。
?? 1、Path to decompiler,这里设置反编译工具jad的全路径名,比如:%JAVA_HOME%\bin\Jad.exe。
?? 2、Directory for temporary files,这里就设置临时文件路径,可以不设置。

备注:安装完成后,eclipse自动将JadClipse Class File Viewer设置成class文件的缺省打开方式。如果没有默认,可以在Eclipse的Windows--> Perference-->General->Editors->File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”。设置完成后,双击*.class文件,eclipse将自动反编译

热点排行