myeclipse8.5安装jad

项目中要常使用编译后的代码,所以查阅网上安装jad。
1、下载jad.exe和jadeclipse插件,附件在下(net.sf.jadclipse_3.3.0.jar注意版本)。
2、将jad.exe放到一个不会删除的文件夹里,后面使用的是其绝对路径。
3、将net.sf.jadclipse_3.3.0.jar拷贝到eclipse的plugins目录下,我的是G:\Myeclipse\Common\plugins
4、再删除eclipse的configuration目录下org.eclipse.update文件
5、重启myeclips.
6、打开myeclips,点击Window > Preferences > Java > JadClipse > Path to Decompiler。设置jad的可执行文件路径以及生成的临时文件路径,绝对路径。
7、接着设置Window > Preferences > General > Editors > File Associations中的.class打开方式。
8、如果以上.class打不开的话,接着7的步骤,在File Type 下选择 *.class without source,(若是没有该项就点击add  ,输入 *.class without source) ,找到该选项选中)

你可能感兴趣的:(MyEclipse)