简单做下安装笔记:
1.下载https://sourceforge.net/projects/jadclipse/ net.sf.jadclipse_x.x.x.jar包,然后拷在你eclipse的安装目录plugins下面
2.重启eclipse,如果你的eclipse是开着的
3.在地址http://varaneckas.com/jad/下载包含jad.exe的压缩包,解压
4.打开eclipse设置选项,windows preferences java jadclipse ,设置path to decompiler 为你的jad.exe所在目录,directory for temporary files随便设
5.继续设置 windows preferences general editor file association 设置*.class without source文件类型打开方式,将jadclipse classes file viewer设为默认方式,
如果没有,选择add,在internal editors 中找到,设为默认方式
6.ok,可以打开.classes文件了
7.啦啦啦,开心的有木有