在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.

用Eclipse在线安装的方式:Help-->Install  New Software

地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next

安装maven插件时遇到了如下的错误:

Cannot complete the install because one or more required items could not be found.

解决办法:
启动eclipse,点击window——>preferences——>install/update——>available software sites,点击Add

添加如下信息:
GEF  http://download.eclipse.org/tools/gef/updates/releases/

然后再重新安装maven插件

使用Eclipse在线安装的方式:Help-->Install  New Software

地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next
,一路Next,有License选择Accept,然后等待安装,并重启Eclipse。

http://blog.csdn.net/wang122188/article/details/7743670

在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.

时间: 2024-08-02 10:26:47

在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.的相关文章

安装BIRT Chart Engine的时候,提示Cannot complete the install because one or more required items could not be

help-install new software: http://download.eclipse.org/birt/update-site/4.2 提示“Cannot complete the install because one or more required items could not be found.  Software being installed: Android Development Tools 0.9.6.v201002051504-24846 (com.andr

安装ADT Cannot complete the install because one or more required items could not be found.

点击进行安装,将会弹出 错误提示是: Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-2385

Cannot complete the install because one or more required items could not be found

弄了一天的subclipse也没装上,郁闷~~~~~~~~ 无论采用本地安装还是站点安装都不行,在安装的时候显示错误: Cannot complete the install because one or more required items could not be found. Software being installed: Subclipse Integration for Mylyn 3.x (Optional) 3.0.0 (org.tigris.subversion.subcl

eclipse在线安装maven插件

http://blog.csdn.net/xiaoxiaoyeyaya/article/details/17200987 在安装插件的时候将下面的contact all update sites during install to find required software,将这个前面的勾去掉,不然在安装插件的过程中,eclipse为去检查所有的插件地址,速度会很慢.

总结eclipse中安装maven插件

当自己越来越多的接触到开源项目时,发现大多数的开源项目都是用maven来够建的.并且在开发应用时,也越来越意识到maven的确会解决很多问题,如果你要了解maven,可以参考:Maven入门指南(一)和 Maven入门指南(二).所以自己也学着使用maven.以下均参考的互联网上的内容,有的做了一些小的修改,并注明了出处. 第一部分:原文链接 maven3 安装: 安装 Maven 之前要求先确定你的 JDK 已经安装配置完成.Maven是 Apache 下的一个项目,目前最新版本是 3.0.4

Eclipse中安装Maven插件总结

最近公司需要新起一个项目,想使用maven+springmvc+spring+mybatis+mysql实现,以前我们的项目都是传统的老项目,没用过maven,Eclipse版本是GALILEO的,有点老,没有自带maven,只能先安装插件了,ok,开始工作: 首先需要安装本地的maven库: 安装 Maven 之前要求先确定你的 JDK 已经安装配置完成.Maven是 Apache 下的一个项目,首先去官网下载 Maven:http://www.apache.org/dyn/closer.cg

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 

eclipse安装Maven插件

由于是第二次在eclipse安装Maven插件中折腾,所以,这里记个小笔记,以免以后出现同样的问题 我先后使用了eclipse的两种在线安装方式,一是用eclipse->help->install new software以及eclipse marketplace这两种方式进行在线的安装,但是这样做,速度慢,而且会出现很多问题 所以我们选择离线安装方式,这样,速度快,而且不易出错 为了兼容性我使用了较低版本,百度m2eclipse_for_eclipse_3.3.zip,下载这个包解压,出现p

Windows 安装 Maven 及 Eclipse 安装Maven插件

环境说明: window 8.1 64bit Eclipse Version: Luna Release (4.4.0) Maven 3.0.5 Windows Maven 安装: 1.确保安装了JDK,我的jdk是1.7.0_60 2.下载Maven3,版本3.0.5,地址:http://maven.apache.org/download.cgi 下载bin.zip文件后解压至指定文件夹中,我的在 D:\Program Files\Maven\apache-maven-3.0.5 3.配置Ma