安装步骤: 1. 解压缩后将jad.exe拷贝到JRE的bin目录下,如\Java\jre1.5.0_06\bin 如果不拷到bin下面,就按配置.jpg配置见第3步 2.下载 jadclipse_3.3.jar 将jadclipse_3.1.0.jar复制到D:\Program Files\eclipse\myplugin\eclipse\plugins目录下(用的是link方式安装插件的)。【Myeclipse 考到如D:\MyEclipse-6.0M1\eclipse\plugins的目录下】 3.启动Eclipse后,在Windows——>Perference——>Java下面应该会多出一个JadClipse目录,相关的设置可以在此修改配置jadclipse: 设置path to decompiler为jad.exe的全路径,如:F:\Java\jre1.5.0_06\bin\jad.exe,在Directory for temporary files中指定 临时文件的路径,如:G:\Java\eclipse-SDK-3.0-win32\temp 4、在Eclipse的Windows——>Perfer ence——>General->Editors->File Associations 中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer” 5、安装完成,双击class文件,Eclipse将自动反编译了。