精品课程网站开发关键技术,域名注册好如何网站建设,自己做局域网网站的流程,网站托管公司哪家好鉴于IDEA的打开速度(电脑的垃圾)#xff0c;平常刷LeetCode都是在VSCode上#xff0c;结果这几天老是打开给我报错Java 11 or more recent is required to run. Please download and install a recent JDK由于平常开发一直需要使用Java8#xff0c;将环境变量改为JDK11是绝对…鉴于IDEA的打开速度(电脑的垃圾)平常刷LeetCode都是在VSCode上结果这几天老是打开给我报错Java 11 or more recent is required to run. Please download and install a recent JDK由于平常开发一直需要使用Java8将环境变量改为JDK11是绝对逼死强迫症的。但是如不不修改在VSCode中写Java代码就一点提示都没有最后去查了一下About the Java 11 requirement The Eclipse Platform has decided to require Java 11 as the minimum requirement for its September 2020 release. See https://www.eclipse.org/lists/eclipse-pmc/msg03821.html.Because vscode-java depends on the Eclipse JDT.LS server, that same requirement to vscode-java. But the timeline is be more aggressive: Indeed, vscode-java usually consumes JDT.LS builds that depend on bleeding edge JDT features, so effectively shipping pre-release versions of Eclipse Platform/JDT. As of July 22nd, 2020, Java 11 is now required for running vscode-java.this is from https://github.com/redhat-developer/vscode-java/wiki/JDK-Requirements#java.configuration.runtimes大概意思就是反正他就是不支持Java8了。。。我的解决方式我电脑上是有JDK11的但是环境变量配置的是JDK8所以我没有动环境变量而是在插件setting中配置了一下JDK11的位置打开设置搜索以下内容往下滑找到Java:Homeext:redhat.java打开setting.json文件将java.home 修改为你电脑JDK11的位置保存重启即可正常使用