首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ice4j源中的错误:重复方法

Ice4j源中的错误:重复方法
EN

Stack Overflow用户
提问于 2014-08-16 02:41:24
回答 1查看 245关注 0票数 0

我正在尝试将Ice4j导出到一个jar文件中,以便在我的项目中使用,但是有一个错误,我不知道如何修复它,因为我以前从未见过它,而且谷歌几乎没有关于它的信息。我直接从svn复制文件,没有编辑,所以我将发布下面的源代码。

代码语言:javascript
复制
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>

代码如下:

代码语言:javascript
复制
public class CandidateHarvesterSet
    extends AbstractSet<CandidateHarvester>
{

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

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-08-17 22:52:19

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

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/25336464

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档