eclipse反编译

JD-GUI

下载地址:http://java-decompiler.github.io/

推荐博客: https://www.cnblogs.com/codhome/p/13635273.html

插件(不推荐)

1.插件下载

下载 jad.exe 和 net.sf.jadclipse_3.3.0.jar   下载地址: https://pan.baidu.com/s/1kT-g3tzC-uwV-pVe7yjonA

net.sf.jadclipse_3.3.0.jar  放入eclipse 安装目录的 plugins  文件夹里面

 

2.eclipse配置

Window-Preferences-Java-JadClipse, 在Path to decompiler里面配置好jad.exe的位置,下面的Directory for temporary files不用改

 

 

打开Window-Preferences-General-Editors-File Associations,在上面选择框里选择*.class without source

点击下方Add按钮(不是上面的Add按钮),选择插件JadClipse Class File Viewer

JadClipse Class File Viewer设置为默认,选择JadClipse Class File Viewer,点击下方选择框并排的Default按钮 ,

 

重启eclipse

原文地址:https://www.cnblogs.com/fdkbk/p/12023227.html