We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
右击『打开』shell的时候,报错: [Error]连接失败:java.lang.Exception,不再支持源选项7。请使用8或更高版本。 怎么处理呢?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
java.lang.Exception: 不再支持源选项 7。请使用 8 或更高版本 这个临时怎么处理下呢。
应该是java版本太高了,换成jdk11试试,也不需要修改环境变量,直接在cmd中输入D:\Downloads\jdk-11.0.2_windows-x64_bin\jdk-11.0.2\bin\java.exe(换成自己的地址) -jar Behinder.jar
jdk17没有这个问题,jdk21就会报这个错误
No branches or pull requests
右击『打开』shell的时候,报错:
[Error]连接失败:java.lang.Exception,不再支持源选项7。请使用8或更高版本。
怎么处理呢?
The text was updated successfully, but these errors were encountered: