eclipse查看源码
Posted wumengjuan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于eclipse查看源码的主要内容,如果未能解决你的问题,请参考以下文章