在eclipse中,如果你未安装反编码工具,那么你查看jar下的.class是无法显示。为了能够看打这些被编译后的文件,作者这里介绍jad来解决此问题。
首先下载jad工具和jadclipse插件。资源路径如下:
http://download.csdn.net/detail/mafan121/9247213
其次配置eclispe环境:
1.将net.sf.jadclipse_3.3.0.jar包放到eclispe安装包的plugins子目录下。
2.配置eclipse对jad的支持。
选择Window——>Preferences——>java——>jadClipse
选择Window——>Preferences——>General——>Editors——>File Associations
确保*.class和*.class without source都关联jadClipse,且默认由jadClipse处理。
重启eclispe即可使用。