一个Elipse的 Java 反编译工具

名称:Jode Decompiler

简介:一个Elipse的 Java 反编译工具。用于在Eclipse中查看Jar包中的class文件源代码。

安装方法:
点击Eclipse的Help菜单 --> Software Updates --> Find and install...,然后选择:Search for new features to install,在弹出的对话框中点击“New Remote Site...”菜单。

填入:
Name: Jode Decomopiler
URL:
http://www.technoetic.com/eclipse/update
点击“Finish”。

下载完后选择安装即可,根据提示,点击重启Eclipse。

之后可以在Window菜单的Preferences --> Java -->Jode Decompiler中配置插件的信息。

Jode 是一个十分突出的反编译专家,特别是同Eclipse一起使用时尤为方便,下面介绍一下安装方法:

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 *.*”了,选上安装就可以了,由于Jode Decompiler是纯Java编写的所以也不需要其他的什么组件来支持了,安装好了可以看到Window => Preferences... => Java => Jode Decompiler选项卡。安装好了再设置一下文件关联就可以了,Window => Preferences... => General => Editors => File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"选中它再单击Default按钮就OK了.

现在就可以使用Jode查看包括Jar包内.class文件的源代码了。

当然,首先必须保证你打开的.class文件中所引用的包全部都在项目中!!!


你可能感兴趣的:(java)