之前向大家推荐过一款Java反编译工具
Java Decompiler, 目前该工具有对其进行较大的更新,所以也再次推荐给大家。
官网下载网址:http://java.decompiler.free.fr/
Eclipse 插件更新Url http://java.decompiler.free.fr/jd-eclipse/update
目前该插件只支持Windows x86平台。 支持的Eclipse的版本有3.2, 3.3和3.4
 
使用方法如下:
To install "JD-Eclipse" on your IDE:
    - open window "Help > Software Updates > Find and Install",
- create a new remote site,
- name it,
- use this URL : "http://java.decompiler.free.fr/jd-eclipse/update",
- and finish the installation process.
To switch back to JadClipse:
    - open the window "Window > Preferences > General > Editors > File Associations",
- and select JadClipse as default editor for the ".class" files.
Good Luck!
Yours Matthew!
	
posted on 2009-02-05 20:34 
x.matthew 阅读(7034) 
评论(3)  编辑  收藏  所属分类: 
其它