您的位置:首页 > 编程语言 > Java开发

Eclipse 安装反编译工具

2015-05-27 14:09 267 查看
下载地址:http://download.csdn.net/detail/bin594505536/8744211

1。将net.sf.jadclipse_3.3.0.jar放到 eclipse\plugins文件夹下,如果不行再放到eclipse\features文件夹下

2。启动eclipse

3。选择window-preferences-java-jadClipse

4。将jad.exe放入任意文件夹(推荐eclipse下的文件夹),配置环境变量(在cmd中,jad能运行)

5。修改path to decompiler为jad.exe放置的绝对路径

6。可以在Eclipse的Windows--> Perference-->General->Editors->File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  eclipse插件