当前位置: 代码迷 >> Eclipse >> Eclipse装配maven插件(requires 'bundle org.eclipse.zest.core 0.0.0' but it could not)
  详细解决方案

Eclipse装配maven插件(requires 'bundle org.eclipse.zest.core 0.0.0' but it could not)

热度:1083   发布时间:2016-04-23 01:57:06.0
Eclipse安装maven插件(requires 'bundle org.eclipse.zest.core 0.0.0' but it could not)

今天在Eclipse上安装maven插件时遇到了如下的错误:

Cannot complete the install because one or more required items could not be found.
? Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
? Missing requirement: Maven Integration for Eclipse (Editors) 0.12.1.20110112-1712 (org.maven.ide.eclipse.editor 0.12.1.20110112-1712) requires 'bundle org.eclipse.zest.core 0.0.0' but it could not be found
? Cannot satisfy dependency:
??? From: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
??? To: org.maven.ide.eclipse.editor [0.12.1.20110112-1712]

?

感觉上是少maven依赖的eclipse插件,网上查了查,解决方法如下:

?

启动eclipse,点击window——>preferences——>install/update——>available software sites,点击Add

添加如下信息:

GEF? http://download.eclipse.org/tools/gef/updates/releases/

然后再重新安装maven插件

1 楼 magicway 2011-06-10  
thanks very much!
2 楼 simon5408 2011-11-10  
非常不错
3 楼 mefly 2012-05-05  
帮了我帮了,3q
4 楼 小小云麓 2012-05-08  
可是 我的安装之后  又出现了同样的问题  求教
  相关解决方案