下载eclipse插件jadclipse_jar
下载Jad反编译工具jadexe#download
将jad反编译工具jadexe放到jdk安装路径的bin目录下面jadclipse_jar放到eclipse的安装目录下的plugins目录下
启动eclipse打开Window>Preferences>Java>JadClipse
Path to decompiler这里设置反编译工具jad的全路径名就是第三部jadexe的路径
安装完成后eclipse自动将JadClipse Class File Viewer设置成class文件的缺省打开方式如果没有默认可以在Eclipse的Windows——> Perference——>General>Editors>File Associations中修改*class默认关联的编辑器为JadClipse Class File Viewer设置完成后双击*class文件eclipse将自动反编译
注意jadclipse_jar的版本与eclipse的platform版本号相关