【问题标题】:Unable to install Jumble tool Eclipse无法安装 Jumble 工具 Eclipse
【发布时间】:2018-04-26 01:51:48
【问题描述】:
【问题讨论】:
标签:
java
eclipse
testing
eclipse-plugin
mutation-testing
【解决方案2】:
您看到的错误如下:
Unable to read repository at http://jumble.sourceforge.net/update/content.xml.
Unable to read repository at http://jumble.sourceforge.net/update/content.xml.
Received fatal alert: handshake_failure
这是因为 SourceForge 添加了新的 SSL 政策。事实上,在 2017 年 1 月,他们对其下载服务器使用的安全设置进行了更改。
这个问题是由 SourceForge 强制使用强加密引起的,而 Oracle JDK 由于出口限制,无法处理强加密。
如here所述:
解决方案是安装 Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files。实际上,这意味着替换 JRE /lib/security 文件夹中的两个 JAR 文件。
您也可以手动下载并安装插件。
例如,您可以将更新站点下载为 zip 存档,在本地解压缩并将此文件夹用作更新站点。
请参阅 here 作为另一个 Eclipse 插件和相关解决方案的类似问题。