问题:

在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.的更多相关文章

  1. 安装Spring报错An error occurred while collecting items to be installed

    原因主要是eclipse和spring版本之间的匹配问题. An error occurred while collecting items to be installed session conte ...

  2. Eclipse:Cannot complete the install because of a conflicting dependency.问题解决

    今天尝试在线更新ADT(22到23)的时候,遇到了这么个问题,从错误提示中初步看起来是存在引用的冲突: 估计大家在把22升级到23的时候都会遇上这个问题,新旧版冲突,感觉像是ADT自己的bug. 其实 ...

  3. Centos下yum安装Nginx报错 No package nginx available.

    在Centos6下使用yum安装Nginx报错 解决方案: yum install epel-release

  4. 第一次安装tomcat报错,出现failed to install tomcat8 service错误

    第一次安装tomcat报错,出现failed to install tomcat8 service错误(0) 一.一般情况下这种错误都是没有卸载干净造成的,安全卸载Tomcat的方法 (转载); ht ...

  5. 运行安装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 ...

  6. 小米手机_adb安装apk报错”Failure [INSTALL_FAILED_USER_RESTRICTED: Install canceled by user]“

    问题: adb安装apk至小米手机时,安装失败,报错提示“Failure [INSTALL_FAILED_USER_RESTRICTED: Install canceled by user]”,如下图 ...

  7. mac下安装mysqlcient 报错

    一.我在mac下pip3安装mysqlclient 报错: pip3 install mysqlclient Collecting mysqlclient Using cached mysqlclie ...

  8. 解决windows64位系统上安装mysql-python报错

    解决windows64位系统上安装mysql-python报错 2018年03月12日 13:08:24 一个CD包 阅读数:1231    版权声明:本文为博主原创文章,未经博主允许不得转载. ht ...

  9. Mac安装MySQL-python报错解决

    Mac安装MySQL-pyhton报错 今天在Mac上安装MySQL-python报错,搜遍网络都说什么mysql config路径问题,但是都不行. 解决方案 一开始遇到的问题是: Complete ...

随机推荐

  1. GRUB2 分析 (四)

    接上一篇 kernel.img由startup.S以及一堆c文件编译而成.这是一个ELF格式的文件.(其实前面的boot.img. diskboot.img.lzma_decompress.img本来 ...

  2. Python学习笔记之函数参数传递 传值还是传引用

      在学完Python函数那一章节时,很自然的的就会想到Python中函数传参时传值呢?还是传引用?或者都不是? 在回答上面的问题之前我们先来看看下面的代码: 代码1: def foo(var): v ...

  3. 如何安装python .whl包

    1.最简单的办法是是python -mpip install *** 配置过环境变量也可以 pip install *** 但是由于墙的原因,很大概率失败.可以找到对应网站下载对应的.whl 2.下载 ...

  4. LeetCode——Unique Paths

    Question A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram be ...

  5. spring mvc 之初体验

    Spring MVC最简单的配置 配置一个Spring MVC只需要三步: 在web.xml中配置Servlet: 创建Spring MVC的xml配置文件: 创建Controller和View &l ...

  6. 几种创建XMLHttpRequest对象的方法

    XMLHttpRequest对象,也就是Ajax交互的核心对象. 这里列举三种创建Ajax对象的方法. 第一种: <!DOCTYPE html> <html> <head ...

  7. /nagios/cgi-bin/cmd.cgi无法打开

    原因分析,nginx不支持post. 解决方法,重新编译nagios 1.vi /nagios-4.0.8/cgi/cmd.c 找到printf("<form method='post ...

  8. vue的seo方案 prerender-seo-plugin

    利用vue cli 3.0安装脚手架.记住:勾选vue-router. 在vue.config.js里添加配置: 2, var path = require('path') 3, const Prer ...

  9. codeforces781C Underground Lab

    本文版权归ljh2000和博客园共有,欢迎转载,但须保留此声明,并给出原文链接,谢谢合作. 本文作者:ljh2000 作者博客:http://www.cnblogs.com/ljh2000-jump/ ...

  10. winform中的ListBox和ComboBox绑定数据

    将集合数据绑定到ListBox和ComboBox控件,界面上显示某个属性的内容 //... //自定义了Person类(有Name,Age,Heigth等属性) List<Person> ...