在eclipse中配置反编译工具JadClipse


下面就以JadClipse为例,讲述一下配置过程,如有高见,不吝赐教,谢谢!

1.下载net.sf.jadclipse_3.3.0.jar地址:  http://jadclipse.sourceforge.net/

在eclipse中配置反编译工具JadClipse

在eclipse中配置反编译工具JadClipse

 

2.将net.sf.jadclipse_3.3.0.jar(作用:如果不安装,第6步则搜不到JadClipse) 复制到eclipse安装目录下的plugins下,如下图所示

在eclipse中配置反编译工具JadClipse

 

3. Jad.exe下载,地址为:http://www.javadecompilers.com/jad

在eclipse中配置反编译工具JadClipse

 

4.将压缩包解压到eclipse安装目录新建文件夹Jad(也可以自定义目录),如下图所示

在eclipse中配置反编译工具JadClipse

 

5.进入Jad目录,在该目录下新建Jadtemp文件,用于存放jad.exe执行程序的缓存文件夹,如下图所示

在eclipse中配置反编译工具JadClipse

 

6.在eclipse中指定Jad.exe路径,和缓存文件夹Jadtemp的路径。eclipse中点击上方菜单Windows->Preferences,在搜索框中输入jad,如下图所示

在eclipse中配置反编译工具JadClipse

 

7.指定class文件的默认打开方式

在eclipse中配置反编译工具JadClipse

 

8.指定没有源代码的class文件的默认打开方式

在eclipse中配置反编译工具JadClipse

在eclipse中配置反编译工具JadClipse

在eclipse中配置反编译工具JadClipse

 

9.测试是否好使

在eclipse中配置反编译工具JadClipse