`
soundycui
  • 浏览: 82018 次
  • 性别: Icon_minigender_2
  • 来自: 深圳
社区版块
存档分类
最新评论

如何在eclipse中配置jad[java反编译]

阅读更多
1.将net.sf.jadclipse_3.3.0.jar放在eclipse的plugin中

2.将一个包含jad.exe的jad文件夹,放入在eclipse.exe的平级目录
 
  目录结构如下:
  eclipse
     eclipse.exe
     jad
       temp文件夹
       jad文件夹
         jad.exe
     plugin
         net.sf.jadclipse_3.3.0.jar
 
3.eclipse中配置jad {此项,上述二步后,自动后配置好}
   window->perferences->
   java->jadClipse
  
    path to decomplier:E:\eclipse3.3\jad\jad\jad.exe
    Directory for temporary files:E:\eclipse3.3\jad\temp

4.创建临时目录
   temp放入jad中


myeclipse8/9的配置
1.jad.exe放在jdk/bin目录中
2.net.sf.jadclipse_3.3.0.jar放在Genuitec/Common/plugins中
3.在\Genuitec\MyEclipse 8.x Latest\configuration\org.eclipse.equinox.simpleconfigurator在bundles.info中增加
net.sf.jadclipse,3.3.0,file:/C:/Users/Yinct/AppData/Local/Genuitec/Common/plugins/net.sf.jadclipse_3.3.0.jar/,4,false
4.重启
window->perferences->
   java->jadClipse
  
    path to decomplier:E:\eclipse3.3\jdk\bin\jad.exe
分享到:
评论
1 楼 grape927 2011-05-27  
你应该把jad.exe、net.sf.jadclipse_3.3.0.jar放在这篇文章做附近。

相关推荐

Global site tag (gtag.js) - Google Analytics