现在的位置: 首页 > 综合 > 正文

myeclipse 下 配置 JAD

2013年01月27日 ⁄ 综合 ⁄ 共 892字 ⁄ 字号 评论关闭

1、下载eclipse插件:jadclipse_3.1.0.jarhttp://jadclipse.sourceforge.net/

  2、  
下载
Jad反编译工具:jad.exehttp://www.kpdus.com/jad.html#download

  3、将jad反编译工具jad.exe放到jdk安装路径的bin目录下面,jadclipse_3.1.0.jar放到eclipse的安装目录下的plugins目录下。

  4、启动eclipse,打开:Window->Preferences->Java->JadClipse.

  Path to decompiler,这里设置反编译工具jad的全路径名,就是第三部jad.exe的路径。

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

  注意:jadclipse_3.1.0.jar的版本与eclipse的platform版本号相关

====================

 

如果 是 myeclipse8以上的,在D:\Program Files\Genuitec\MyEclipse 8.x Latest\dropins下建立一个文件 ??.link 里面内容是

path=D:\\Program Files\\Genuitec\\MyEclipse 8.x Latest\\myplugin\\myjad

然后在path=D:\\Program Files\\Genuitec\\MyEclipse 8.x Latest\\myplugin\\myjad 下面创建 plugins文件夹,把net.sf.jadclipse_3.3.0.jar扔里面。

myeclipse就可以了

抱歉!评论已关闭.