2017-08-24
这样我们就可以通过Eclipse查看.class文件的源码了。
1.参考别人的博客,亲测有效
https://www.cnblogs.com/JealousGirl/p/setup_Decompiler.html
2.以下不一定有效
有以下两种安装方法:
1.在线安装
1)在eclipse的help—》Install New Software...中添加新软件开发,添加它的源:
name:jd-eclipse_update_site
address:http://jd.benow.ca/jd-eclipse/update
2)选择出现的资源,一路next安装,最后重启;
3) 在Windows(窗口) —> Preferences(首选项) —> General(常规) —> Editors(编辑器) —> File Associations (文件关联) 中设置,
将*.class 和 *.class without source的默认的相关联编辑器改为Class File Editor,即设为Default。
2.离线安装
离线安装,先下载插件包:
或者:http://aniyo.iteye.com/blog/1336622
1、下载jdeclipse_update_site.zip,解压,将plugins文件下的jd.ide.eclipse_0.1.3.jar和jd.ide.eclipse.win32.x86_0.1.3.jar复制到eclipse安装目录下的plugins里
2、在eclipse里安装,选择help下的安装插件install new soft 或者叫update ……版本不同不一样,自己看哈 然后 点add site ,在弹出来的框的location选择刚下载的包的路径 然后下一步,安装即可
3、安装好后,修改一个设置,选window-preferences 在输入框输入file Associations 在右边选*.class 下面将class file editor设置为默认的即可(点右边的default)