centos7环境下在myEclipse中安装jad反编译插件

1.下载jad (for linux)

2.下载net.sf.jadclipse_3.3.0.jar

3.将net.sf.jadclipse_3.3.0.jar copy到 xxx/myEclipse/dropins 下

4.将下载后的jad copy到 xxx/jad下

5.cd 到xxx/jad ,执行 ./jad ,若输出版本和帮助信息,则说明jad没有问题

6.带开myEclipse,点击:Window -> Preferences -> Java->JadClipse,设置Path to decompiler 为xxx/jad/jad

7.点击:Window -> PreferencesGeneral -> Editors -> File Associations,选中*.class,ADD  JadClipse Class File Viewer,然后设置为Default  ,同时选中*.class without source ,ADD  JadClipse Class File Viewer,然后设置为Default

8.确定后,点击.class文件就可以发编译了

9.有时需要把xxx/myEclipse/configuration下的文件夹:org.eclipse.update 删除。


你可能感兴趣的:(java)