【发布时间】:2015-03-10 15:44:20
【问题描述】:
安装 SCALA IDE 插件时出现以下错误。 Eclipse Juno 和 Eclipse Juno(ADT) 也是如此
Cannot complete the install because one or more required items could not be found.
Software being installed: Scala IDE for Eclipse dev support 4.0.0.v-2_11-201503032103-b2bbad6 (org.scala-ide.sdt.dev.feature.feature.group 4.0.0.v-2_11-201503032103-b2bbad6)
Missing requirement: Scala Plugin 4.0.0.v-2_11-201412171518-2279837 (org.scala-ide.sdt.core 4.0.0.v-2_11-201412171518-2279837) requires 'bundle org.eclipse.jdt.core [3.9.0,3.10.0)' but it could not be found
Missing requirement: Scala Plugin 4.0.0.v-2_11-201501131019-027320c (org.scala-ide.sdt.core 4.0.0.v-2_11-201501131019-027320c) requires 'bundle org.eclipse.jdt.core [3.9.0,3.10.0)' but it could not be found
Missing requirement: Scala Plugin 4.0.0.v-2_11-201503032103-b2bbad6 (org.scala-ide.sdt.core 4.0.0.v-2_11-201503032103-b2bbad6) requires 'bundle org.eclipse.e4.ui.workbench 1.0.2' but it could not be found
Cannot satisfy dependency:
From: Scala IDE for Eclipse dev support 4.0.0.v-2_11-201503032103-b2bbad6 (org.scala-ide.sdt.dev.feature.feature.group 4.0.0.v-2_11-201503032103-b2bbad6)
To: org.scala-ide.sdt.core 0.0.0
请对此提供帮助。我已经搜索了几篇有关依赖错误的帖子,但无法找到解决方案。
【问题讨论】:
-
你的eclipse中是否安装了所需版本的jdt核心组件?
-
看起来需要 Eclipse Kepler
-
如何添加需要版本的jdt核心?
标签: eclipse scala eclipse-plugin scala-ide