myeclipse6.5反编译工具的配置

一、下载jadclipse的jar包,我这里下载的是net.sf.jadclipse_3.3.0.jar,php

      网址以下:http://jadclipse.sourceforge.net/wiki/index.php/Main_Pagehtml

    能够根据本身的版本下载适合本身的jar包java

二、把这个jar包copy到你的%ECLIPSE_HOME%\plugins目录下,eclipse

    也就是\MyEclipse 6.5\myeclipse\eclipse\plugins目录下编辑器

三、下载Jad反编译工具jad.exe,工具

       网址以下:http://www.kpdus.com/jad.html#download,在该页中找到适合本身操做系统平台的jad下载。下载后解压,而后将解压后的jad.exe文件复制到一个固定的目录下面,个人是放在C:\Program Files\MyEclipse 6.5\tools下面,能够任意更改jad.exe的存放路径,只要记住路径便可。 
四、启动myeclipse6.5看看
Window->Preferences>java是否是在界面上多了个jadeclipse,这就对了。 spa

 

 

五、请确保你步骤三中的Jad文件路径和在myeclipse中同样。 
      打开:Window->Preferences->Java->JadClipse. 
     1)Path to decompiler,这里设置反编译工具jad的全路径名,个人是
操作系统

            C:\Program Files\MyEclipse 6.5\tools\jad.exe
     2)Directory for temporary files,这里设置临时文件路径。 
.net

          至于Window->Preferences->Java->JadClipse目录下的Debug,Directives,           Formatting,Misc目录中的参数设置,我也没去研究,有兴趣的能够研究下。 

六、注意:安装完成后,myeclipse没有自动将JadClipse Class File Viewer设置成class文件的缺省打开方式,设置方法以下:
     在Eclipse的Windows—> Perference—>General->Editors->File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”。
orm

七、设置完成,找一个jar包中的*.class文件,myeclipse将自动反编译

相关文章
相关标签/搜索