`

Eclipse反编译工具JAD.exe使用

 
阅读更多

一:下载插件

JAD : http://www.kpdus.com/jad.html#download(选择与操作系统对应的版本)

JadClipse:http://sourceforge.net/project/showfiles.php?group_id=40205(选择Eclipse支持的版本)

二:安装

1,将下载到的JAD反编译工具解压,将得到的jad.exe放置到系统某一目录下,如C:/Java/jre1.5.0_07/bin;(位置可以随便放,以后配置要用,推荐放到java目录下)

2,将下载到的JadClipse压缩包net.sf.jadclipse_3.2.4.jar(对应你刚才下载的版本)放置到Eclipse目录下plugins内(该目录是专门放置插件的,你也可以自己建立个文件夹来放置插件,但要记住路径,后面需要配置)

3,在Eclipse目录下links文件夹内新建net.sf.jadclipse_3.2.4.jar.link文件,文件名可以随意,但后缀必须是link,文件内容为path=D://Eclipse(请参照你自己的路径进行设置)


4.对于MyEclipse6.5 而言,只需在其目录下的两个eclipse的plugin文件里面添加相应的jar包即可,对于8.0以上版本需如下配置

     4.1:将jadeclipse插件net.sf.jadclipse_3.3.0.jar 拷贝到myeclipse安装目录/Genuitec/Common/plugins/目录下。

     4.2:在myeclipse安装目录下dropins/创建eclipse文件夹,然后在eclipse文件夹中分别创建features、plugins文件夹,将net.sf.jadclipse_3.3.0.jar 分别拷贝到features和plugins文件夹中。

     4.3:重新启动myeclipse

           用这样的参数启动,清空插件缓存内容  : E:/MyEclipse6.0/eclipse/eclipse.exe -clean (有时需要有时不需要,建议如此)

           配置jadeclipse插件


三:配置

启动eclipse,打开:Window->Preferences->Java->JadClipse.
1、Path to decompiler,这里设置反编译工具jad的全路径名,比如C:/Java/jre1.5.0_07/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将自动反编译。

四:特性

      对于存在源代码的类,它不会强行反编译,也就是说它还是会用eclipse自带的Class File Viewer查看class文件。

分享到:
评论

相关推荐

    eclipse反编译插件jad.rar

    eclipse反编译插件jad.rar ...jad.exe net.sf.jadclipse_3.3.0.jar 说明.doc Jadclipse--基于eclipse的java反编译工具 http://hi.baidu.com/suofang/blog/item/b55d98eefa576a372df5340b.html?timeStamp=1324290607739

    java反编译工具及eclipse插件.2018_03_16

     3、将jad反编译工具jad.exe放到jdk安装路径的bin目录下面,jadclipse_3.1.0.jar放到eclipse的安装目录下的plugins目录下。  4、启动eclipse,打开:Window->Preferences->Java->JadClipse.  Path to ...

    java反编译工具及eclipse插件-CSDN下载.2018_03_16

     3、将jad反编译工具jad.exe放到jdk安装路径的bin目录下面,jadclipse_3.1.0.jar放到eclipse的安装目录下的plugins目录下。  4、启动eclipse,打开:Window->Preferences->Java->JadClipse.  Path to ...

    java反编译工具jad.exe,net.sf.jadclipse_3.3.0.jar

    包含最新jad.exe java反编译工具以及支持myeclipse7.0以上版本的反编译插件,内附详细安装设置文档,亲自使用过非常好用。

    jd_gui jad eclipse 反编译工具

     3、将jad反编译工具jad.exe放到jdk安装路径的bin目录下面,jadclipse_3.1.0.jar放到eclipse的安装目录下的plugins目录下。  4、启动eclipse,打开:Window->Preferences->Java->JadClipse.  Path to ...

    eclipse反编译工具jad压缩包

    eclipse反编译工具jad压缩包,内涵jad jar包和jad.exe

    java反编译工具及eclipse插件-CSDN下载

     3、将jad反编译工具jad.exe放到jdk安装路径的bin目录下面,jadclipse_3.1.0.jar放到eclipse的安装目录下的plugins目录下。  4、启动eclipse,打开:Window->Preferences->Java->JadClipse.  Path to ...

    Eclipse Jad 反编译插件(包含jad.exe)

    jad java .class反编译工具使用 ----------------------------- 1.将net.sf.jadclipse_3.3.0.jar 复制到Eclipse/plugins目录中重启Eclipse 2.window --> preferences --> java --> jadClipse -->设置 jad.exe 路径...

    java反编译工具jad1.5.8+jd-gui.exe+jadclipse_3.3.0(都是最新版本)

    步骤三、启动eclipse,打开:Window->Preferences->Java->JadClipse,其中“Path to decompiler”后的输入框填写反编译工具jad.exe的全路径名,如我的是“D:\bea\jdk160_05\bin\jad.exe”。 步骤四、一般的话安装...

    jad.exe和net.sf.jadclipse_3.3.0.zip 反编译工具

    会在Window->Preferences->Java 路径下看到 JadClipse,点击 JadClipse,看右边 Path to decompiler,这里设置反编译工具jad的全路径名,比如D:\Program Files (x86)\Java\jre6\bin\jad.exe Directory for temporary...

    java反编译工具及eclipse插件

     3、将jad反编译工具jad.exe放到jdk安装路径的bin目录下面,jadclipse_3.1.0.jar放到eclipse的安装目录下的plugins目录下。  4、启动eclipse,打开:Window->Preferences->Java->JadClipse.  Path to ...

    Eclipse3.4 反编译工具jad

    2,将Jad.exe拷贝到JDK安装目录下的bin下 3,重新启动Eclipse,找到Eclipse->Window->Preferences->Java,此时你会发现会比原来多了一个JadClipse的选项 配置Path to decompiler为你刚放置jad的位置(JDK\bin\jad.exe) ...

    Eclipse反编译工具Jad及插件JadClipse

    eclipse的java反编译插件,包括插件及jad.exe

    eclipse反编译工具jad3.3.0+jadclipse

    eclipse反编译工具,jad+jadclipse3.3.0 安装方法: 1:将jadclipse解压后的jar包放到eclipse的plugins目录中,重启eclipse。 2:将jad解压到用户目录,如F:\tools\jad158g.win\jad.exe。 3:eclipse配置,Window--...

    Eclipse反编译工具Jad

    C、重新启动Eclipse,找到Eclipse->Window->Preferences->Java,此时你会发现会比原来多了一个JadClipse的选项,在Path to decompiler中输入jad.exe的存放位置(Use Eclipse code formatter(overrides Jad formatting...

    jad.exe反编译工具.zip

    eclipse反编译工具2

    eclipse反编译工具jad

    一个eclipse插件,eclipse反编译工具jad,可以反编译java字节码文件

    jad-java反编译工具eclipse插件

    jad-java反编译工具eclipse插件,jad-java反编译工具eclipse插件

    Eclipse反编译工具Jad及插件JadClipse配置

    eclipse反编译工具jad,用于在eclipse中查看class文件,其中包含jad在eclipse中的配置方法.

Global site tag (gtag.js) - Google Analytics