【发布时间】:2013-08-13 13:02:17
【问题描述】:
我正在 Ubuntu 12.04 LTS 上开发 Eclipse 3.7 (indigo),我正在尝试安装 Maven 插件。
在this 页面之后,我将http://download.eclipse.org/technology/m2e/releases 添加到Eclipse 安装新软件提示框中。它识别 URL 并显示“Maven Integration for Eclipse”
但是当我点击下一步时,它给出了这个错误。
Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
Missing requirement: Maven Integration for Eclipse (Editors) 1.4.0.20130601-0317 (org.eclipse.m2e.editor 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
To: org.eclipse.m2e.editor [1.4.0.20130601-0317]
我该怎么办?请帮忙。
【问题讨论】:
-
Eclipse Indigo 有什么味道?如果它是标准的,您可能想尝试使用适用于 Java EE 开发人员的 Eclipse IDE,它包含更多的包,并且您更有可能附带已经捆绑的缺失依赖项
-
这是从 Ubuntu 12.04 存储库安装的 eclipse。
-
我建议您在eclipse.org/downloads 尝试使用 Eclipse IDE for Java EE Developers
标签: eclipse maven ubuntu-12.04