gpt4 book ai didi

java - VS代码spring boot扩展中的JDK错误

转载 作者:行者123 更新时间:2023-12-03 08:07:16 26 4
gpt4 key购买 nike

我的 Spring Boot VSCode 扩展无法正常启动。

当我将配置设置为:"spring-boot.ls.java.home": "C:\\Program Files\\Java\\jdk1.8.0_311"时,我从扩展中收到以下错误。

Error trying to find JVM: Error: Command failed: C:\Program Files\Java\jdk1.8.0_311\bin\java.exe --list-modules
Unrecognized option: --list-modules
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

当我将配置设置为:"spring-boot.ls.java.home": "C:\\Program Files\\Java\\jdk1.8.0_311\\jre",我从扩展中收到以下错误。

Error trying to find JVM: Error: Command failed: C:\Program Files\Java\jdk1.8.0_311\jre\bin\java.exe --list-modules
Unrecognized option: --list-modules
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

如何解决这个问题。我对个人笔记本电脑配置没有任何问题。我正在客户端环境中配置。

最佳答案

Spring Tools for VSCode 需要 JDK >= 11 才能运行,因此请让您提到的配置指向 JDK >= 11。

请注意,此 JDK 用于运行部分 Spring 工具,并且独立于您用来编译或运行项目的 JDK。您可以继续使用 JDK 8 来实现此目的。

关于java - VS代码spring boot扩展中的JDK错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71823294/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com