eclipse中打开.class文件 jad eclipse 反编译插件

  1. 下载jadClipse地址:

    链接: http://pan.baidu.com/s/1c6H0oY 密码: kfwr

    将net.sf.jadclipse_3.3.0.jar拷贝到eclipse的plugins目录下;

    删除eclipse的configuration目录下org.eclipse.update (记录Eclipse feature ID 、相对路径、版本号信息 )文件,重新启动eclipse;

    设置jad的可执行文件路径以及生成的临时文件路径,如下图所示:

    eclipse中打开.class文件 jad eclipse 反编译插件
     
     
     
  2.  设置*.class文件类型默认打开方式,如图:
    eclipse中打开.class文件 jad eclipse 反编译插件
     
     
     
  3.  设置*.class without source文件类型打开方式,点击Associate editors栏下Add增加按钮,添加JadClipse Class File Viewer并设置成默认,如图:
    eclipse中打开.class文件 jad eclipse 反编译插件