首页 > 代码库 > Eclipse安装maven插件报错
Eclipse安装maven插件报错
Eclipse安装maven插件,报错信息如下:
Java代码
- 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]
解决方案:
Help -> Install new Software ->Available Software Sites -> choose "http://download.eclipse.org/tools/gef/updates/releases/" -> Enable it -> then install.
Or if don‘t have, choose Add "http://download.eclipse.org/tools/gef/updates/releases/" -> then install.
After finish installing, restart eclipse, can install maven plugin.
----------------------------------------------------------------------
Java代码
- An error occurred while collecting items to be installed
- session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
- Unable to read repository at http://m2eclipse.sonatype.org/sites/m2e/0.12.1.20110112-1712/plugins/org.maven.ide.eclipse.maven_embedder_0.12.1.20110112-1712.jar.
- Read timed out
解决方案:
change another address:
http://download.eclipse.org/technology/m2e/releases
http://smallwildpig.iteye.com/blog/1746763
Eclipse安装maven插件报错
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。