eclipse 安装反编译插件
注意:jdk需要是1.8或以上
在eclipse的help——>Install New Software…添加新软件开发,添加它的源:

name:jd-eclipse_update_site
address:http://jd.benow.ca/jd-eclipse/update

出现Unable to read repository at http://jd.benow.ca/jd-eclipse/update/site.xml.
Unable to read repository at http://jd.benow.ca/jd-eclipse/update/site.xml.
Connection reset错误。
使用另外一种安装方法:
Help->Eclipse Marketplace…结果出现
Cannot open Eclipse Marketplace
Cannot install remote marketplace locations: Cannot resolve host
This is most often caused by a problem with your internet connection. Please check your
internet connection and retry.
Cannot complete request to http://marketplace.eclipse.org/catalogs/api/p: Unknown Host:
http://marketplace.eclipse.org/catalogs/api/p
Unknown Host: http://marketplace.eclipse.org/catalogs/api/p
marketplace.eclipse.org
Cannot resolve host
This is most often caused by a problem with your 的问题
解决方法:window->preferences->general->network connection,右边的active provider选择manual,勾上HTTP、HTTPS、SOCKS,apply一下,重启eclipse就行了。
重启eclipse后打开 Help->Eclipse Marketplace…

在搜索框中输入Decompiler,(注意网络要通畅)搜索到Enhanced Class Decompiler 3.1.1,点击Install。

接受条款+Finish。

安装过程中会遇到以下提示,直接选OK即可。

最后会提示你是否重启eclipse 重启就好了。
本文介绍了如何在eclipse中安装反编译插件,首先确保使用的是JDK1.8或更高版本。通过help菜单的Install New Software功能添加jd-eclipse的更新地址,但可能会遇到无法读取仓库的问题。解决方法包括更改eclipse的网络设置。如果市场无法打开,可能是因为网络连接问题。调整网络设置后,从Eclipse Marketplace搜索并安装Enhanced Class Decompiler 3.1.1,接受条款并完成安装,最后重启eclipse。
1万+

被折叠的 条评论
为什么被折叠?



