0

我正在尝试将 Ice4j 导出到一个 jar 文件以在我的项目中使用,但是出现了一个错误,我不知道如何修复它,因为我以前从未见过它,而且谷歌对此知之甚少。我直接从 svn 复制了文件,没有进行任何编辑,所以我将在下面发布源代码。

Duplicate methods named spliterator with the parameters () and () are inherited from the types Collection<CandidateHarvester> and Iterable<CandidateHarvester>
Duplicate methods named spliterator with the parameters () and () are inherited from the types Set<CandidateHarvester> and Collection<CandidateHarvester>

代码如下:

public class CandidateHarvesterSet
    extends AbstractSet<CandidateHarvester>
{

完整文件在这里:https ://code.google.com/p/ice4j/source/browse/trunk/src/org/ice4j/ice/harvest/CandidateHarvesterSet.java

4

1 回答 1

1

出于某种原因,将 JRE 系统库从 JRE8 更改为 JRE7 是可行的。

于 2014-08-17T22:52:19.453 回答