zoukankan      html  css  js  c++  java
  • 解决Eclipse无法安装STS

    使用Eclipse Neon安装Spring Tool Suite报错:

    1. Cannot complete the install because one or more required items could not be found.  
    2.   Software being installed: Spring IDE OSGi Extension (optional) 3.8.3.201612191259-RELEASE (org.springframework.ide.eclipse.osgi.feature.feature.group 3.8.3.201612191259-RELEASE)  
    3.   Missing requirement: Spring IDE Live Beans Graph 3.8.3.201612191259-RELEASE (org.springframework.ide.eclipse.beans.ui.livegraph 3.8.3.201612191259-RELEASE) requires 'bundle org.eclipse.zest.core [1.0.0,2.0.0)' but it could not be found  
    4.   Cannot satisfy dependency:  
    5.     From: Spring IDE Core (required) 3.8.3.201612191259-RELEASE (org.springframework.ide.eclipse.feature.feature.group 3.8.3.201612191259-RELEASE)  
    6.     To: org.springframework.ide.eclipse.beans.ui.livegraph [3.8.3.201612191259-RELEASE]  
    7.   Cannot satisfy dependency:  
    8.     From: Spring IDE OSGi Extension (optional) 3.8.3.201612191259-RELEASE (org.springframework.ide.eclipse.osgi.feature.feature.group 3.8.3.201612191259-RELEASE)  
    9.     To: org.springframework.ide.eclipse.feature.feature.group 0.0.0  

    原因是没有安装STS依赖的GEF插件
    解决办法:

    启动eclipse,点击window——>preferences——>install/update——>available software sites,点击Add
    添加如下信息:
    GEF

    http://download.eclipse.org/tools/gef/updates/releases/
    安装GEF插件

    然后再重新安装sts插件

    以 Luna 为例,点击 HelpInstall New Software...Available Software Sites 可以看到所有的更新源,将其中的download.eclipse.org全部替换成mirrors.ustc.edu.cn/eclipse即可。

    当我们观察但Eclipse到download.eclipse.org下载插件时,

    我们就关闭此次下载,做如上修改,再继续下载,这样反复几次就可以下载成功了。

    参考:

    http://forum.spring.io/forum/spring-projects/springsource-tool-suite/121775-cannot-install-spring-tool-suite-sts-for-eclipse-juno-3-8-4-2-3-1-0-release

    http://stackoverflow.com/questions/14068135/spring-ide-installation-error

    http://www.xie4ever.com/2016/12/08/eclipse%E6%97%A0%E6%B3%95%E5%AE%89%E8%A3%85sts%E6%8F%92%E4%BB%B6%E7%9A%84%E9%97%AE%E9%A2%98/

    mysql
  • 相关阅读:
    IIS调试技术之 Debug Diagnostic (调试诊断)
    其实,你什么都不用怕
    应用程序出现挂死,.NET Runtime at IP 791F7E06 (79140000) with exit code 80131506.
    LR_问题_如何将场景中的用户设置为百分比形式
    LR_问题_脚本运行时提示没有参数化
    LR_问题_无法打开IE浏览器、监视服务器资源
    LR_问题_运行场景时提示scripts you are running in invalid
    收集好用的在线调试工具
    es2015 解构赋值
    shim和polyfill
  • 原文地址:https://www.cnblogs.com/excellent-vb/p/9131803.html
Copyright © 2011-2022 走看看