java有很多反编译工具,这个算是效率比较高的。
在线安装方法:
help => Software Updates => Find and Install… => Search for new features to install,单击"New Remote Site…" 在URL栏输入 http://www.technoetic.com/eclipse/update.然后下一步,就可以看到“jode decompiler plugin *.*”,选上安装即可。
安装好后可以看到Window => Preferences… => Java => Jode Decompiler选项卡。
配置:Window => Preferences… => General => Editors => File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"选中它再单击Default按钮.
在Eclipse中展开jar文件,双击class文件即可看到反编译之后的源代码.


