Eclipse安装反编译工具查看Jar包源码

来源:互联网 发布:泰安焦点网络怎么样 编辑:程序博客网 时间:2024/06/05 00:41
打开Eclipse--->Help--->Install new Software...--->在Install弹窗中找到Add按钮点击--->弹出Add Reponsity窗口,在Name:中输入“JodeEclipse”,在Location:中输入“http://www.technoetic.com/eclipse/update/”然后下一步,同意,安装。到此已经安装完JodeEclipse反编译工具了。 

配置:Window-> Preferences... -> General -> Editors -> File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"选中它再单击Default按钮.