当前位置: 代码迷 >> Eclipse >> MyEclipse 7.0 装配Jad的方法
  详细解决方案

MyEclipse 7.0 装配Jad的方法

热度:89   发布时间:2016-04-23 12:30:10.0
MyEclipse 7.0 安装Jad的方法
要安装成功需要俩个文件:jad.exe 和 net.sf.jadclipse_3.3.0.jar。下载本文附件即可。
1.jad158g.win.zip解压缩后将jad.exe拷贝到JRE的bin目录下,如\Java\jre1.5.0_06\bin2. 将net.sf.jadclipse_3.3.0.jar复制到D:\Program Files\eclipse\myplugin\eclipse\plugins目录下(用的是link方式安装插件的)。【Myeclipse 复制到如D:\MyEclipse-6.0M1\eclipse\plugins的目录下】3.启动Eclipse后,在Windows——>Perference——>Java下面应该会多出一个JadClipse目录,相关的设置可以在此修改配置jadclipse:    设置path to decompiler为jad.exe的全路径,如:F:\Java\jre1.5.0_06\bin\jad.exe,在Directory for temporary files中指定    临时文件的路径,如:G:\Java\eclipse-SDK-3.0-win32\temp 4、在Eclipse的Windows——>Perference——>General->Editors->File Associations    中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”
  相关解决方案