连接: https://pan.baidu.com/s/1hS3mxqTxp18POM9dVEEqzg 提取码: btuy java
把 net.sf.jadclipse_3.3.0.jar复制到eclipse/plugins目录下;
jad.exe 放到 JAVA_HOME/bin 下。windows
打开eclipse,windows-->perferences-->java--->jadClipse,配置Path to decompiler路径,其余不用管。以下图,apply--->OK.app
在Eclipse的Windows-->Perference-->General->Editors->File Associations中修改“*.class、.class without source”默 认关联的编辑器为“JadClipse Class File Viewer”eclipse
注:编辑器
有可能第一次打开 class 文件时仍是不行,第二次打开就能够了。ide
另外,idea 自带反编译功能,不用这么麻烦,但自测 idea 调试时,有时候反编译出来的代码与实际运行位置没有精确匹配,不知道是否是个人环境问题。工具