方法一
- 所需要工具(eclipse or myeclipse;net.sf.jadclipse_3.3.0.jar;jad.exe)
- 将 (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 文件的位置(如:D:\Program Files\eclipse-jee-indigo-SR2-win32-x86_64\jad\jad.exe),apply 应用
- Window -->Preferences-->搜索 file Associatio(Eclipse->Window->Preferences->General->Editors->File Associations)
- 修改 *.class 的默认打开方式为“JadClipse Class File Viewer”
- 附上百度网盘的下载链接(https://pan.baidu.com/s/1EwRBR6Pk590obV2_WwI36g)
方法二
eclipse - help - eclipse marketplace --- 搜索jad,按步骤安装