微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Eclipse-无法完成安装,因为找不到一个或多个必需项解压缩安装任务

如何解决Eclipse-无法完成安装,因为找不到一个或多个必需项解压缩安装任务

我正在尝试通过omph设置过程中的链接在Oomph中安装eclipse

(Eclipse Installer >> Advanced Mode >> Eclipse Modelling Tools >> Add user Project (Eclipse Project) 

,然后粘贴一个链接以完成安装。 当我单击下一步并完成时,它会产生以下错误

org.eclipse.core.runtime.CoreException: Cannot complete the install because one or more required items Could not be found.
    at org.eclipse.oomph.util.OomPHPlugin.coreException(OomPHPlugin.java:291)
    at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:428)
    at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:340)
    at org.eclipse.oomph.setup.ui.EnablementComposite$5.run(EnablementComposite.java:318)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Contains: Software being installed: artificial_root 1.0.0.v1601316435220
Contains: Missing requirement: unzip Setup Task 1.0.0.201612071748 (com.github.maybeec.oomph.task.unzip 1.0.0.201612071748) requires 'osgi.bundle; org.junit 0.0.0' but it Could not be found
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1601316435220
Contains: To: org.eclipse.equinox.p2.iu; com.github.maybeec.oomph.task.unzip.feature.feature.group 0.0.0
Contains: Cannot satisfy dependency:
Contains: From: unzip Setup Task 1.0.0.201612071748 (com.github.maybeec.oomph.task.unzip.feature.feature.group 1.0.0.201612071748)
Contains: To: org.eclipse.equinox.p2.iu; com.github.maybeec.oomph.task.unzip [1.0.0.201612071748,1.0.0.201612071748]

你知道我该如何解决这个问题?

解决方法

Oomph 安装缺少 org.junit,它似乎不再存在是最近的安装程序版本。 “解压设置任务”github 上也报告了此问题:https://github.com/maybeec/oomph-task-unzip/issues/17 我正在那里提交解决方法和修复建议。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其他元素将获得点击?
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。)
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbcDriver发生异常。为什么?
这是用Java进行XML解析的最佳库。
Java的PriorityQueue的内置迭代器不会以任何特定顺序遍历数据结构。为什么?
如何在Java中聆听按键时移动图像。
Java“Program to an interface”。这是什么意思?