eclipse安装STS时出现The installation cannot be completed as requested等问题解决

eclipse安装STS时出现The installation cannot be completed as requested等问题解决

eclipse安装STS时出现The installation cannot be completed as requested等问题解决

eclipse安装STS时出现The installation cannot be completed as requested等问题解决

安装STS这个插件,打开了无数的博客,看了出现的各种各样的问题.以及各式各样的解决方案,但是效果并不适用与每个人(一把鼻涕一把泪),我遇见的问题最终也是解决了,分享一下希望帮助需要的道友.


安装STS两中方法-在线安装 和 离线安装.(离线了几次没成功我也试了在线安装,结果比离线更惨,)
离线安装

(1)先下载STS插件,下载地址为:https://spring.io/tools/sts/all ,(打开就是这个样子)
eclipse安装STS时出现The installation cannot be completed as requested等问题解决
解决查找eclipse版本号对应的STS插件版本
eclipse版本号 在help->About Eclipse
eclipse安装STS时出现The installation cannot be completed as requested等问题解决
下载地址以及有很多大佬整理好了,不知道的可以看我下一篇转载的下载地址.


下载好安装包后开始安装
选择 Help — Install New Software;

eclipse安装STS时出现The installation cannot be completed as requested等问题解决

eclipse安装STS时出现The installation cannot be completed as requested等问题解决
eclipse安装STS时出现The installation cannot be completed as requested等问题解决
因为我这边是已经安装好了,所以不能next了 . 接下里就一直next -> next ->选择accept ->finish
我下载STS是为了xml文件中类路径的自动提示所以接了下来还需配置window->preferences–>xml->xml files->editor–>contentAssist

把这里面

Auto actiVation delay(ms)中改为0

Prompt when these characters are inserted中<=;改为<=:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
Apply就完成了

效果如图eclipse安装STS时出现The installation cannot be completed as requested等问题解决
如果还没有解决,可能是因为缺少了GEF依赖什么的,我也不熟悉gef怕误导大家,大家可以参考一下这位大佬的安装历程,可能会有所帮助
https://blog.****.net/qq_43966129/article/details/105285143