vscode Java 11 or more recent is required to run...

我的windows10中已经安装java1.8
并且配置了java_home

但是我在vs-code中运行一个maven项目的main方法却出现这个提示

Java 11 or more recent is required to run. Please download

难道是vs-code 没有检测到我的java_home吗?
于是我在vs-code中手动设置了java_home,设置后重启vs-code

问题依旧如上

回答

Java 11 or more recent is required to run. Please download

jdk1.8.0 是 Java 8 。

最终的解决办法是安装java11,vs-code的java调试插件Debugger for Java v0.27.1版本仅仅支持java-11,如果想要使用java8,需要安装低版本的Debugger for Java,具体哪个版本我也不知道,切换到java11后还有1个小警告

Build path specifies execution environment JavaSE-1.8. There are no JREs installed in the workspace that are strictly compatible with this environment. 

以上是 vscode Java 11 or more recent is required to run... 的全部内容, 来源链接: utcz.com/a/35492.html

回到顶部