我已安装"默认"在Ubuntu中使用eclipse 3.8。我想在它上面安装Maven支持。我做了
1)在eclipse中,转到"帮助 - >安装新软件"
2)按"添加"在打开的窗口的右上角按钮
3)将名称文本框设置为" Maven2Eclipse"
4)将值文本框设置为http://download.eclipse.org/technology/m2e/releases
5)按完OK后我得到以下错误:
LinearLayout
如何解决这个问题?
答案 0 :(得分:2)
听起来这可能是版本问题。
我从未在安装Maven(或SVN或任何相关插件)时遇到任何问题......但我碰巧没有Juno方便的副本来仔细检查。
建议:
确保您指向Eclipse 3.8(以及仅 3.8)存储库
尝试使用该回购安装m2e
http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/
http://download.eclipse.org/releases/juno/
附录:
以下是我在CentOS Linux上对Luna所做的事情:
Eclipse>帮助>安装软件(不“市场*)
过滤文字> m2e,[ENTER]
m2e Maven Integration = Y< =您想要的包
m2e sl4j = Y< =错误中的依赖关系
答案 1 :(得分:1)
我首先做的是,以root权限运行eclipse以更新环境:Eclipse>帮助>检查更新。 然后我可以安装maven,如上所述,Eclipse>帮助>安装软件等,等等。
答案 2 :(得分:1)
我今天得到同样的错误。
Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - Maven Integration for Eclipse (includes Incubating components) 1.8.1.20170728-1531 (org.eclipse.m2e.feature.feature.group 1.8.1.20170728-1531)
Missing requirement: Maven Integration for Eclipse 1.8.1.20170728-1531 (org.eclipse.m2e.core 1.8.1.20170728-1531) requires 'bundle org.eclipse.osgi 3.10.0' but it could not be found
Cannot satisfy dependency:
From: Maven Integration for Eclipse 1.8.1.20170728-1531 (org.eclipse.m2e.core.ui 1.8.1.20170728-1531)
To: bundle org.eclipse.m2e.core [1.8.1,1.9.0)
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.8.1.20170728-1531 (org.eclipse.m2e.feature.feature.group 1.8.1.20170728-1531)
To: org.eclipse.m2e.core.ui [1.8.1.20170728-1531]
花了很多时间后,我发现http://download.eclipse.org/technology/m2e/releases无效。 现在解决错误的步骤是, 打开Eclipse - >帮助 - >安装新软件 - >添加http://download.eclipse.org/technology/m2e/releases/1.3 。它应该明确地解决你的问题