1.下载jadclipse
http://jadclipse.sourceforge.net/wiki/index.php/Main_Page
2.下载jad
http://www.kpdus.com/jad.html
3.Installation Jadclipse
- Put the JadClipse JAR file into the plugins folder of your Eclipse installation.
- Restart Eclipse (eclipse -clean).
- Get Jad.
- Put the Jad executable into a directory that is in the execution path of your operating system. Alternatively, you can configure the path to the Jad executable under Window > Preferences... > Java > JadClipse > Path to Decompiler. (Set the full path, e.g. C:\Program Files\Jad\jad.exe)
- Go to Window > Preferences... > General > Editors > File Associations and make sure that the JadClipse Class File Viewer has the default file association for *.class files.
如果在myclipse中无法找到jadclipse,那就需要重新加载eclipse的插件.
加载方法:
删除%myeclipse%\eclipse\configuration\org.eclipse.update\platform.xml
然后重新启动myeclipse,ok.
本文提供了一步一步的指导来帮助读者安装和配置Jadclipse插件,该插件可以用于Eclipse IDE中查看Java类文件。文章详细介绍了如何下载Jadclipse和Jad,如何将它们安装到Eclipse中,并确保Jadclipse成为默认的*.class文件查看器。

1万+

被折叠的 条评论
为什么被折叠?



