配置eclipse反编译


  ①先准备好两个文件

      jad.exe
       net.sf.jadclipse_3.3.0.jar

 ②将net.sf.jadclipse_3.3.0.jar包拷贝放置eclipse安装目录下的plugins文件夹下

     配置eclipse反编译_第1张图片  

     ③建议在eclipse安装目录同级中(当然在磁盘任何位置都可以)新建一个jad文件夹,

        接着在jad文件夹里又新建一个jadtemp空文件夹,最后将jad.exe放置到 jad 文件夹下。


       配置eclipse反编译_第2张图片
    

     重启eclipse软件:配置相应的eclipse参数(注意指定两个目录的路径)


       寻找路径:windows->preferences->java->jadClipse

       配置eclipse反编译_第3张图片

     ⑤接着配置windows->preferences->General->Editors->File Association

        
       配置eclipse反编译_第4张图片
      
        配置eclipse反编译_第5张图片
    

     ⑥配置完成


  

你可能感兴趣的:(配置eclipse反编译)