Java Decompiler Plugin For Eclipse IDE
1. 下载JAD ,
1.5.8版本的jad在 http://www.softpedia.com/progDownload/JAD-Download-85911.html
将展开后的jad.exe放到某个目录,例如D:\jadnt158\jad.exe
2. 下载JADClipse插件
http://sourceforge.net/projects/jadclipse/files/
将展开后的net.sf.jadclipse_3.3.0.jar放入Eclipse的plugins子目录下
3. 启动Eclipse
注意:eclipse需要重新启动
4. 配置Jadclipse, 在 Windows - Preferences - Java - JadClipse下
配置Jad的路径为 D:\jadnt158\jad.exe;
只需编辑这一个值就ok了
5. 查看jar文件
新建个java项目-右键build path-configure build path-Libraries-Add External JARs-选中你的jar文件,就可以查看了。