无法在eclipse kepler上安装spring工具4(sts4)-缺少需求



我正试图使用Eclipse市场在Eclipse Kepler中安装Spring Tool Suite 4。

我在尝试安装时遇到以下错误:

无法完成安装,因为找不到一个或多个必需的项目。正在安装的软件:Cloud Foundry清单语言服务器功能4.1.0.201812201040(org.springframework.tooling.cloudfoundry.Manifest.ls.Feature.Feature.group 4.1.0.20181220 1040(缺少要求:Eclipse IDE(Incubation(的语言服务器协议客户端0.7.0.2018809061243(org.Eclipse.lsp4e 0.7.0.20188069061243(需要"bundle org.Eclipse.core.runtime 3.12.0",但找不到无法满足依赖项:发件人:Cloud Foundry清单语言服务器功能4.1.0.201812201040(org.springframework.tooling.cloudfoundry.Manifest.ls.Feature.Feature.group 4.1.0.20181220 1040(收件人:org.eclipse.lsp4e 0.6.0

我试着安装语言服务器协议,但在市场或谷歌上找不到他

我的Eclipse版本是开普勒Service Release 2

Java版本:Java 8

Spring插件链接:https://marketplace.eclipse.org/content/spring-tools-4-spring-boot-aka-spring-tool-suite-4

错误表示需要版本至少为3.12.0的插件org.eclipse.core.runtime。Eclipse开普勒只有这个插件的3.9版本。

因此Eclipse Kepler对于这个安装来说太旧了(它已经发布了10个版本,已经过时6年了(。对于此代码,您需要使用最新版本的Eclipse——Eclipse 2019-09是当前版本。

最新更新