Eclipse安装反编译工具查看Jar包源码 JD Eclipse插件
如何在Eclipse中安装反编译工具查看Jar包源码呢?
打开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按钮.
如果上面的网址安装不成功,可以试下下面这个:
http://www.technoetic.com/eclipse/update.1.0.2/
最近发现另一种安装在Eclipse的插件,蛮好用的..
http://subclipse.tigris.org/update_1.6.x
安装方法同上所描述的