之前向大家推薦過一款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 閱讀(7012)
評論(3) 編輯 收藏 所屬分類:
其它