安装spring报错:Cannot complete the install because of a conflicting dependency.
问题:
在Eclipse里安装Spring插件,help->install new software用端点安装,说是出现软件依赖错误报错如下:
Cannot complete the install because of a conflicting dependency.
Software being installed: Spring IDE AJDT Integration (optional) 3.4.0.201310051539-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 3.4.0.201310051539-RELEASE)
Software currently installed: Hibernate Tools 5.0.1.Final-v20160331-1852-B88 (org.hibernate.eclipse.feature.feature.group 5.0.1.Final-v20160331-1852-B88)
Only one of the following can be installed at once:
Java Development Tools Core 3.9.0.xx-20130828-1400-e43-RELEASE (org.eclipse.jdt.core 3.9.0.xx-20130828-1400-e43-RELEASE)
Java Development Tools Core 3.11.2.v20160128-0629 (org.eclipse.jdt.core 3.11.2.v20160128-0629)
Cannot satisfy dependency:
From: AspectJ Development Tools Core 2.2.4.e43x-20130830-1500 (org.eclipse.ajdt.core 2.2.4.e43x-20130830-1500)
To: bundle org.eclipse.jdt.core [3.9.0,3.9.9)
Cannot satisfy dependency:
From: Hibernate Tools 5.0.1.Final-v20160331-1852-B88 (org.hibernate.eclipse.feature.feature.group 5.0.1.Final-v20160331-1852-B88)
To: org.hibernate.eclipse.jdt.ui [5.0.1.Final-v20160331-1852-B88]
Cannot satisfy dependency:
From: Hibernate JDT Integration 5.0.1.Final-v20160331-1852-B88 (org.hibernate.eclipse.jdt.ui 5.0.1.Final-v20160331-1852-B88)
To: bundle org.eclipse.jdt.core 3.11.0
Cannot satisfy dependency:
From: Spring IDE AJDT Integration (optional) 3.4.0.201310051539-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 3.4.0.201310051539-RELEASE)
To: org.springframework.ide.eclipse.ajdt.ui.xref [3.4.0.201310051539-RELEASE]
Cannot satisfy dependency:
From: Spring IDE AOP Xref UI 3.4.0.201310051539-RELEASE (org.springframework.ide.eclipse.ajdt.ui.xref 3.4.0.201310051539-RELEASE)
To: package org.eclipse.ajdt.core 0.0.0
解决办法:下面四个一项一项的安装,去掉报错的项继续安装,即可安装成功。

安装spring报错:Cannot complete the install because of a conflicting dependency.的更多相关文章
- 安装Spring报错An error occurred while collecting items to be installed
原因主要是eclipse和spring版本之间的匹配问题. An error occurred while collecting items to be installed session conte ...
- Eclipse:Cannot complete the install because of a conflicting dependency.问题解决
今天尝试在线更新ADT(22到23)的时候,遇到了这么个问题,从错误提示中初步看起来是存在引用的冲突: 估计大家在把22升级到23的时候都会遇上这个问题,新旧版冲突,感觉像是ADT自己的bug. 其实 ...
- Centos下yum安装Nginx报错 No package nginx available.
在Centos6下使用yum安装Nginx报错 解决方案: yum install epel-release
- 第一次安装tomcat报错,出现failed to install tomcat8 service错误
第一次安装tomcat报错,出现failed to install tomcat8 service错误(0) 一.一般情况下这种错误都是没有卸载干净造成的,安全卸载Tomcat的方法 (转载); ht ...
- 运行安装mysql 报错 [root@localhost mysql-mult]# ./scripts/mysql_install_db --defaults-file=conf/3306my.cnf FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_
运行安装mysql 报错 [root@localhost mysql-mult]# ./scripts/mysql_install_db --defaults-file=conf/3306my.cn ...
- 小米手机_adb安装apk报错”Failure [INSTALL_FAILED_USER_RESTRICTED: Install canceled by user]“
问题: adb安装apk至小米手机时,安装失败,报错提示“Failure [INSTALL_FAILED_USER_RESTRICTED: Install canceled by user]”,如下图 ...
- mac下安装mysqlcient 报错
一.我在mac下pip3安装mysqlclient 报错: pip3 install mysqlclient Collecting mysqlclient Using cached mysqlclie ...
- 解决windows64位系统上安装mysql-python报错
解决windows64位系统上安装mysql-python报错 2018年03月12日 13:08:24 一个CD包 阅读数:1231 版权声明:本文为博主原创文章,未经博主允许不得转载. ht ...
- Mac安装MySQL-python报错解决
Mac安装MySQL-pyhton报错 今天在Mac上安装MySQL-python报错,搜遍网络都说什么mysql config路径问题,但是都不行. 解决方案 一开始遇到的问题是: Complete ...
随机推荐
- svn不提交.net项目中的bin
1 选中 bin->右击->tortoiseSVN->add to ignore list->选择第二个 2 提交 , 服务器上就没有bin目录了.
- Django---ModelForm详解
示例: from django.db import models from django.forms import ModelForm TITLE_CHOICES = ( ('MR', 'Mr.'), ...
- ionic android - Unable to start the daemon process. Could not reserve enough space for 2097152KB object heap
Unzipping C:\Users\app\.gradle\wrapper\dists\gradle-4.1-all\bzyivzo6n839fup2jbap0tjew\gradle-4.1-all ...
- 20145312 《Java程序设计》第三周学习总结
20145312 <Java程序设计>第三周学习总结 学习笔记 Chapter 4 4.1类与对象 4.1.1 定义类 1.以服饰设计为例,类定义用class关键词,建立衣服实例要用new ...
- 20145331 《Java程序设计》第8周学习总结
20145331 <Java程序设计>第8周学习总结 教材学习内容总结 14.NIO与NIO2 高级的输入输出处理,可以使用NIO(New IO),NIO2是文件系统的API Channe ...
- cogs 539. 牛棚的灯
★★☆ 输入文件:lights.in 输出文件:lights.out 简单对比 时间限制:1 s 内存限制:128 MB [问题描述] 贝希和她的闺密们在她们的牛棚中玩游戏.但是天不从 ...
- python下载网页上公开数据集
URL很简单,数据集分散开在一个URL页面上,单个用手下载很慢,这样可以用python辅助下载: 问题:很多国外的数据集,收到网络波动的影响很大,最好可以添加一个如果失败就继续请求的逻辑,这里还没有实 ...
- mySQL 多表查询语句
多表查询最少有2张以上的表一起查询 交叉连接查询(很少用)查询出来的数据是错误的 内连接 [inner] join on 隐式省略inner join on select from 表A,表B wh ...
- jquery validate检验
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8&quo ...
- 互联网公司面试必问的Redis题目
Redis是一个非常火的非关系型数据库,火到什么程度呢?只要是一个互联网公司都会使用到.Redis相关的问题可以说是面试必问的,下面我从个人当面试官的经验,总结几个必须要掌握的知识点. 介绍:Redi ...