首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

怎么在eclipse中配置jad[java反编译]

2012-11-07 
如何在eclipse中配置jad[java反编译]1.将net.sf.jadclipse_3.3.0.jar放在eclipse的plugin中2.将一个包含ja

如何在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
你应该把jad.exe、net.sf.jadclipse_3.3.0.jar放在这篇文章做附近。

热点排行