无法连接到Eclipse Marketplace [英] Can't connect to Eclipse Marketplace

查看:909
本文介绍了无法连接到Eclipse Marketplace的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试安装 log4j Eclipse插件

但是我正在获取这个错误消息:

But I'm Getting this error message :

无法在 https://sourceforge.net/projects/oneclick-logger/files/site/content.xml 。收到致命警报:handshake_failure

Unable to read repository at https://sourceforge.net/projects/oneclick-logger/files/site/content.xml. Received fatal alert: handshake_failure

推荐答案

我在SourceForge上托管的另一个插件还有同样的问题。这似乎是一个常见的问题。

I had the same issue for yet another plugin hosted on SourceForge. It seems to be a common issue.

如上述评论所述,此解决方案帮助我:
https://stackoverflow.com/a/38264878 。但是我不得不采取一些额外的步骤来找出我的Eclipse安装使用的JRE。所以这里是把所有的步骤放在一起。这个说明在我的Mac上使用Eclipse Neon。但其他操作系统和版本的Eclipse将具有类似的操作:

As stated in the comments above, this solution helped me: https://stackoverflow.com/a/38264878. But I had to go some extra steps to find which JRE my Eclipse installation was using. So here are all the steps put together. This instructions worked on my Mac, using Eclipse Neon. But other OS and versions of Eclipse will have really similar operations:

1. /检查Eclipse使用的JRE:
单击帮助菜单 - >安装详细信息 - >配置
然后查找 -vm 参数

1./ Check the JRE used by Eclipse: Click the "help" menu -> Installation Details -> Configuration Then look for the -vm argument

2. /打开查找器/文件浏览器到JRE的 ... / lib / security 子文件夹
并备份 local_policy.jar US_export_policy.jar

2./ Open a finder/file explorer to the JRE's .../lib/security sub-folder And make a backup of local_policy.jar and US_export_policy.jar. Just in case.

3.从Oracle下载Java加密扩展:

3./ Download the Java Cryptography Extension from Oracle:

  • Java7: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html
  • Java8: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

并解压缩。

4. /复制 local_policy.jar US_export_policy.jar 刚刚下载到JRE的 ... / lib / security 子文件夹

4./ Copy local_policy.jar and US_export_policy.jar just just downloaded into the JRE's .../lib/security sub-folder

5. /重新启动Eclipse

5./ Restart Eclipse

然后重试安装。这次应该是罚款。

Then retry the installation. It should be fine this time.

这篇关于无法连接到Eclipse Marketplace的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆