简体   繁体   English

无法在 eclipse 开普勒上安装 spring 工具 4 (sts 4) - 缺少要求

[英]unable to install spring tools 4 (sts 4 ) on eclipse kepler - missing requirement

I am trying to install Spring Tool Suite 4 in Eclipse Kepler using Eclipse marketplace.我正在尝试使用 Eclipse 市场在 Eclipse Kepler 中安装 Spring Tool Suite 4。

I am getting the following error when trying to install:尝试安装时出现以下错误:

Cannot complete the install because one or more required items could not be found.无法完成安装,因为找不到一项或多项所需项目。 Software being installed: Cloud Foundry Manifest Language Server Feature 4.1.0.201812201040 (org.springframework.tooling.cloudfoundry.manifest.ls.feature.feature.group 4.1.0.201812201040) Missing requirement: Language Server Protocol client for Eclipse IDE (Incubation) 0.7.0.201809061243 (org.eclipse.lsp4e 0.7.0.201809061243) requires 'bundle org.eclipse.core.runtime 3.12.0' but it could not be found Cannot satisfy dependency: From: Cloud Foundry Manifest Language Server Feature 4.1.0.201812201040 (org.springframework.tooling.cloudfoundry.manifest.ls.feature.feature.group 4.1.0.201812201040) To: org.eclipse.lsp4e 0.6.0 Software being installed: Cloud Foundry Manifest Language Server Feature 4.1.0.201812201040 (org.springframework.tooling.cloudfoundry.manifest.ls.feature.feature.group 4.1.0.201812201040) Missing requirement: Language Server Protocol client for Eclipse IDE (Incubation) 0.7. 0.201809061243 (org.eclipse.lsp4e 0.7.0.201809061243) requires 'bundle org.eclipse.core.runtime 3.12.0' but it could not be found Cannot satisfy dependency: From: Cloud Foundry Manifest Language Server Feature 4.1.0.201812201040 (org.springframework .tooling.cloudfoundry.manifest.ls.feature.feature.group 4.1.0.201812201040)至:org.eclipse.lsp4e 0.6.0

i have tried to install Language Server Protocol but i can't find him in marketplace or google我尝试安装语言服务器协议,但在市场或谷歌中找不到他

My Eclipse version is Kepler Service Release 2我的 Eclipse 版本是 Kepler Service Release 2

Java version: Java 8 Java版本:Java 8

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

The error is saying that the plug-in org.eclipse.core.runtime with a version of at least 3.12.0 is required.错误是说需要至少3.12.0版本的插件org.eclipse.core.runtime Eclipse Kepler only has version 3.9 of this plug-in. Eclipse Kepler 只有这个插件的 3.9 版本。

So Eclipse Kepler is too old for this install (it is 10 releases and 6 years out of date).所以 Eclipse Kepler 对于这个安装来说太旧了(它已经发布了 10 个版本并且已经过时了 6 年)。 You will need to use an up to date version of Eclipse for this code - Eclipse 2019-09 is the current version.对于此代码,您需要使用最新版本的 Eclipse - Eclipse 2019-09 是当前版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM