java反编译工具的使用
1、在文件夹{MYECLIPSE_HOME}(MyEclipse安装目录)\MyEclipse 10\dropins下建立一个文件夹jad,可能myeclipse的版本不一样,路径会有所区别。 在新建的jad文件夹中新建两个文件夹:plugins;features;然后将下载来的jar放入到plugins文件夹中 ,连接地址:https://jingyan.baidu.com/article/19192ad8c6cdd1e53e57072a.html 如图

4、Window->Preferences->General->Editors->File Associations,将.class文件默认成通过JadClipse Class File Viewer打开。

6、然后,再看一下,反编译工具是否能使用呢,在项目中随便找一个系统的类试试,如图所示,表示成功把反编译工具安装好了。
