Eclipse安装Maven插件报错

pluto 2014-07-01 02:33:32
安装Maven插件老是报以下的错误,好像少了一个叫guava库的东西,但是在其他机器安装不报这个错误。


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.5.0.20140606-0033 (org.eclipse.m2e.feature.feature.group 1.5.0.20140606-0033)
Missing requirement: Maven Integration for Eclipse 1.5.0.20140606-0033 (org.eclipse.m2e.core 1.5.0.20140606-0033) requires 'bundle com.google.guava [14.0.1,16.0.0)' but it could not be found
Cannot satisfy dependency:
From: Maven Integration for Eclipse 1.5.0.20140606-0033 (org.eclipse.m2e.core.ui 1.5.0.20140606-0033)
To: bundle org.eclipse.m2e.core [1.5.0,1.6.0)
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.5.0.20140606-0033 (org.eclipse.m2e.feature.feature.group 1.5.0.20140606-0033)

哪位能提供解决思路?

Eclipse版本

Eclipse Java EE IDE for Web Developers.

Version: Juno Service Release 2
Build id: 20130225-0426

(c) Copyright Eclipse contributors and others 2005, 2013. All rights reserved.
Visit http://www.eclipse.org/webtools
...全文
32330 25 打赏 收藏 转发到动态 举报
写回复
用AI写文章
25 条回复
切换为时间正序
请发表友善的回复…
发表回复
  • 打赏
  • 举报
回复 1
我也遇到同样问题,用 Install New Software这种方法安装 http://download.eclipse.org/technology/m2e/milestones/1.4。就OK 了
大数据小白 2015-07-24
  • 打赏
  • 举报
回复
楼主,安装maven的时候,有一个下载包的过程,那个过程尽量不要在eclipse中进行,最好在cmd命令行中进行,那是最干净的方式。
V666V666 2015-07-24
  • 打赏
  • 举报
回复
Joker大大 2015-06-24
  • 打赏
  • 举报
回复
那个不指定版本的话给的是最新的吧,加个1.4就OK了,我也解决了
cciamthebest 2015-04-22
  • 打赏
  • 举报
回复
引用 10 楼 Imbak 的回复:
没有用marketplace 安装 ,Install New Software ,http://download.eclipse.org/technology/m2e/milestones/1.4
用这个方法解决了,谢谢
missMeyo 2015-04-09
  • 打赏
  • 举报
回复
wy19280469 2015-04-09
  • 打赏
  • 举报
回复
这个问题是maven与eclipse版本不一致问题。 如果maven是最新的,则提高eclipe版本号; 如果maven低, 则降低eclipse版本号 我习惯使用的版本是indigo. 大于1.3 以上的maven都会安装失败 lz安装 http://download.eclipse.org/technology/m2e/releases/1.3 即可。。。。
sivanwu 2014-12-03
  • 打赏
  • 举报
回复
引用 4 楼 jacky4631 的回复:
楼主要安装的maven版本相对你的eclipse版本来说太新了,装1.4就足够了,http://download.eclipse.org/technology/m2e/milestones/1.4
这个好
kewangwu 2014-10-22
  • 打赏
  • 举报
回复
版本问题把,换个低版本的试试 http://download.eclipse.org/technology/m2e/releases/1.3
人_生而伟大 2014-09-25
  • 打赏
  • 举报
回复
以前碰到过,忽略就行
mocai834809147 2014-09-25
  • 打赏
  • 举报
回复
楼上出现这个问题的都可以参考这个地址下的解决方法:
http://stackoverflow.com/questions/24479109/maven-for-eclipse-1-5-0-plugin-cannot-be-installed-under-kepler
tyt叮当tyt 2014-09-15
  • 打赏
  • 举报
回复
http://download.eclipse.org/technology/m2e/milestones/1.4 我用这个地址还是不行。


Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - slf4j over logback logging (Optional) 1.4.1.20140328-1905 (org.eclipse.m2e.logback.feature.feature.group 1.4.1.20140328-1905)
Missing requirement: Maven Integration for Eclipse 1.4.0.20130525-0310 (org.eclipse.m2e.core 1.4.0.20130525-0310) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Missing requirement: Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.core 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Missing requirement: Maven Integration for Eclipse 1.4.1.20140328-1905 (org.eclipse.m2e.core 1.4.1.20140328-1905) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Missing requirement: Maven Integration for Eclipse 1.4.0.20130525-0310 (org.eclipse.m2e.core.ui 1.4.0.20130525-0310) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Missing requirement: Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.core.ui 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Cannot satisfy dependency:
From: Maven Integration for Eclipse 1.4.1.20140328-1905 (org.eclipse.m2e.core.ui 1.4.1.20140328-1905)
To: bundle org.eclipse.m2e.core [1.4.0,1.5.0)
Cannot satisfy dependency:
From: m2e logback appender 1.4.1.20140328-1905 (org.eclipse.m2e.logback.appender 1.4.1.20140328-1905)
To: bundle org.eclipse.m2e.core.ui [1.4.0,1.5.0)
Cannot satisfy dependency:
From: m2e - slf4j over logback logging (Optional) 1.4.1.20140328-1905 (org.eclipse.m2e.logback.feature.feature.group 1.4.1.20140328-1905)
To: org.eclipse.m2e.logback.appender [1.4.1.20140328-1905]
tyt叮当tyt 2014-09-15
  • 打赏
  • 举报
回复
引用 9 楼 echoweie 的回复:
按照1楼的解决了,是版本不一致的问题,谢谢
你说哪个1楼?
imbakn 2014-08-01
  • 打赏
  • 举报
回复
没有用marketplace 安装 ,Install New Software ,http://download.eclipse.org/technology/m2e/milestones/1.4
echoweie 2014-07-14
  • 打赏
  • 举报
回复
按照1楼的解决了,是版本不一致的问题,谢谢
roro5119 2014-07-08
  • 打赏
  • 举报
回复
引用 5 楼 magiz19 的回复:
博主,解决没有,我的也是这个错误一模一样的
哈哈哈,在一起。。
GodMode 2014-07-08
  • 打赏
  • 举报
回复
分别装了 SVN; GEF; slf4j三个插件都不行。一样报错,但是错误内容不一样了,还是插件装的有问题
GodMode 2014-07-08
  • 打赏
  • 举报
回复
同问啊, 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.5.0.20140606-0033 (org.eclipse.m2e.feature.feature.group 1.5.0.20140606-0033) Missing requirement: m2e Marketplace 1.5.0.20140606-0033 (org.eclipse.m2e.discovery 1.5.0.20140606-0033) requires 'package org.eclipse.equinox.internal.p2.discovery.compatibility 0.0.0' but it could not be found Cannot satisfy dependency: From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.5.0.20140606-0033 (org.eclipse.m2e.feature.feature.group 1.5.0.20140606-0033) To: org.eclipse.m2e.discovery [1.5.0.20140606-0033]
magiz19 2014-07-05
  • 打赏
  • 举报
回复
博主,解决没有,我的也是这个错误一模一样的
忘了隐藏 2014-07-03
  • 打赏
  • 举报
回复
楼主要安装的maven版本相对你的eclipse版本来说太新了,装1.4就足够了,http://download.eclipse.org/technology/m2e/milestones/1.4
加载更多回复(3)

67,512

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧