eclipse查看源码
方法一(简单快捷,推荐使用):
Help-->Eclipse Marketplace..-->在search Tab页中输入jad,安装即可。
方法二:
下载编译插件
jad.exe
里面有一个jad.exe文件;
net.sf.jadclipse_3.3.0.jar
-
将 (net.sf.jadclipse_3.3.0.jar)文件放入 ..\eclipse\dropins目录下
-
将 (jad.exe)文件放入 ..\jdk\bin目录下 (其他class path 路径也行)
-
重启eclipse --> Window -->Preferences-->搜索 jad
搜索的到说明安装成功
-
配置jadClipse Path to decompiler: 为你jad.exe 文件的位置
记得点 apply
-
1. Window -->Preferences-->搜索 file Associatio
2.修改 *.class 的默认打开方式
3.修改 *.class without source
*.class without source 版本不同 有些是没有的 有选上
重启eclipse