关于eclipse安装spring插件报错An error occurred while collecting items to be installed...解决方案
人气:4本文以eclipse4.7安装sts3.9.0为例,解决报错
An error occurred while collecting items to be installed session context was:(profile=D__DevelopTools_eclipse_jee-oxygen_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,oracle.eclipse.tools.rest.lib,17.0.0.201709131633
在线安装
打开eclipse->Help->Install new software->Add,在Name中输入Spring(名字随意),Location中输入http://dist.springsource.com/release/TOOLS/update/e4.7/
点击OK,并选择需要安装的四个IDE
一路Next,等待安装,在中途可能出现
An error occurred while collecting items to be installed session context was:(profile=D__DevelopTools_eclipse_jee-oxygen_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,oracle.eclipse.tools.rest.lib,17.0.0.201709131633
这个报错。
解决方案:
打开Window->Preferences->Install/Update->Available software Sites,将Oracle Enterprise Pack For Eclipse改为disable
然后按照以上步骤重新安装,即可成功!
您可能感兴趣的文章:
- eclipse+maven+spring mvc项目基本搭建过程
- eclipse springboot工程打war包方法及再Tomcat中运行的方法
- myeclipse安装Spring Tool Suite(STS)插件的方法步骤
- 在Eclipse安装Spring boot插件的步骤(图文)
- eclipse怎么引入spring boot项目插件的方法
- 只需两步实现Eclipse+Maven快速构建第一个Spring Boot项目
- eclipse下配置Spring环境的方法步骤
- MyEclipse2017创建Spring项目的方法
- 详解eclipse下创建第一个spring boot项目
- Spring JPA配置文件Eclipse报错如何解决
加载全部内容