Myeclipse8.5下安装
1.安装jadeclipse插件
将net.sf.jadclipse_3.3.0.jar拷贝到myeclipse安装目录
\Genuitec\Common\plugins\目录下。
在myeclipse安装目录下dropins/创建eclipse文件夹,
然后在eclipse文件夹中分别创建features、plugins文件夹,
将net.sf.jadclipse_3.3.0.jar 分别拷贝到features和plugins文件夹中。
然后打开MyEclipse,选择"窗口"-"首选项"-"常规"-"编辑器"-"文件关联",点击文件关联中的*.class,下面就会看到"JadClipse Class File Viewer",选中它,点击缺省值,点击OK,将它设置为默认的类查看器.
2. 安装jad.exe
下载到最新的jad.exe。
然后在Eclipse中设置一下,选择”窗口”-“首选项”-“Java”-“JadClipse”,
在path to decompiler中输入jad.exe的绝对路径(比如“D:\program files\Java\jdk1.6.0_10\bin\jad.exe”)。其他的让它保持默认值好了