【发布时间】:2019-07-17 11:54:11
【问题描述】:
我在我的 Eclipse 中设置了一个 STS 来创建 Spring Boot 项目。但是从市场安装 sts 时显示错误。
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE AJDT Integration (optional) 3.9.9.201906180643-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 3.9.9.201906180643-RELEASE)
Missing requirement: Spring IDE Live Beans Graph 3.9.9.201906180643-RELEASE (org.springframework.ide.eclipse.beans.ui.livegraph 3.9.9.201906180643-RELEASE) requires 'osgi.bundle; org.eclipse.zest.core [1.0.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Spring IDE AJDT Integration (optional) 3.9.9.201906180643-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 3.9.9.201906180643-RELEASE)
To: org.eclipse.equinox.p2.iu; org.springframework.ide.eclipse.feature.feature.group 0.0.0
Cannot satisfy dependency:
From: Spring IDE Core (required) 3.9.9.201906180643-RELEASE (org.springframework.ide.eclipse.feature.feature.group 3.9.9.201906180643-RELEASE)
To: org.eclipse.equinox.p2.iu; org.springframework.ide.eclipse.beans.ui.livegraph [3.9.9.201906180643-RELEASE,3.9.9.201906180643-RELEASE]
【问题讨论】:
-
您为什么仍然使用 STS3 而不是 4 的任何原因?
-
即使我尝试了 4 但同样的问题。
-
这个 Marketplace 项目对于不同的 Eclipse 版本有不同的更新 URL。 upgrading to Eclipse 2019-06 在安装 STS 3 之前是否可以解决您的问题?
标签: java spring eclipse spring-boot spring-tool-suite