简体   繁体   English

无法在 Eclipse 2020-06 上安装 Gradle IDE 包 3.8.x+1.0.x

[英]Failing to install Gradle IDE Pack 3.8.x+1.0.x on Eclipse 2020-06

whenever I try to install the Gradle IDE Pack 3.8.x+1.0.x+2.2.x on my Eclipse I get following error message:每当我尝试在我的 Eclipse 上安装 Gradle IDE Pack 3.8.x+1.0.x+2.2.x 时,我都会收到以下错误消息

Cannot complete the install because some dependencies are not satisfiable
  Software being installed: a.jre.javase 16.0.0
  Software currently installed: BOSH Language Server Feature 4.9.0.202012131915 (org.springframework.tooling.bosh.ls.feature.feature.group 4.9.0.202012131915)
  Cannot satisfy dependency:
    From: Language Server Protocol client for Eclipse IDE (Incubation) 0.13.4.202011121435 (org.eclipse.lsp4e 0.13.4.202011121435)
    To: osgi.ee; (&(osgi.ee=JavaSE)(version=11))
  Cannot satisfy dependency:
    From: BOSH Language Server Feature 4.9.0.202012131915 (org.springframework.tooling.bosh.ls.feature.feature.group 4.9.0.202012131915)
    To: org.eclipse.equinox.p2.iu; org.eclipse.lsp4e 0.0.0

I use Eclipse 2020-06 and Java 8. From what I understand I would need minimum Java 11.我使用 Eclipse 2020-06 和 Java 8。据我了解,我需要最少的 Java 11。

Is there a way to overgo that without using Java 11?有没有办法在不使用 Java 11 的情况下克服它? We have to stick to Java 8 for now.我们现在必须坚持 Java 8。

Thanks for support.谢谢你的支持。

Upgrading to JDK11 didn't solve the issue (alone at least).升级到 JDK11 并没有解决问题(至少单独解决)。 The BOSCH Language Server from the Spring Tool Plus-In must be uninstalled as well. Spring Tool Plus-In 中的 BOSCH 语言服务器也必须卸载。

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

相关问题 Eclipse 2020-06 Javascript - 语法高亮不起作用 - Eclipse 2020-06 Javascript - Syntax Hightlighting not working 无法在 eclipse (2020-06 (4.16.0)) 下运行 junit5 - cannot run junit5 under eclipse (2020-06 (4.16.0)) Javascript 文件编辑停止使用 Eclipse 2020-06 - Javascript file editing stopped working with Eclipse 2020-06 关闭 Eclipse 2020-06 Javascript 验证说明 - Turning off Eclipse 2020-06 Javascript Validation Notes 在 Windows 10 上使用 Eclipse C/C++ IDE 2020-06 的 SDL 测试项目构建失败错误消息 - SDL test project Build Failure Error Message using Eclipse C/C++ IDE 2020-06 on Windows 10 从 Eclipse 2020-06 更新到 2020-09 后,Java 支持消失了 - After updating from Eclipse 2020-06 to 2020-09, Java support is gone Eclipse 2020-06 在 CloudFormation (YAML) 模板中的有效 !Ref 和 !Sub 上引发错误 - Eclipse 2020-06 throws errors on valid !Ref and !Sub in CloudFormation (YAML) templates Eclipse 适用于 PHP 开发人员 2020-06 - 有没有办法在任务视图中显示 Javascript 任务? - Eclipse for PHP Developers 2020-06 - Is There Any Way to Show Javascript Task in Tasks View? 如何在 Eclipse 2020-06 中找到 JavaScript 项目选项? - How can I find JavaScript project option in Eclipse 2020-06? Eclipse 2020-06 中与 m2e 的多个 SLF4J 绑定 - multiple SLF4J bindings with m2e in Eclipse 2020-06
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM