Java错误中的错误 - 视觉工作室代码
今天,在编译项目颤抖时,它给了我这个错误。据我了解,这是一个Java问题。
- Java JDK 11安装在PC上,
- 但是Visual Studio代码似乎看不到。
在互联网上搜索我没有找到该怎么做(或者也许我不明白)。感谢那些能够帮助我的人。
。
Today while compiling a project Flutter, it gave me this error. As I understand it is a Java problem.
- Java JDK 11 is installed on the PC,
- but Visual Studio Code doesn't seem to see it.
Searching on the internet I didn't find how to do it (or maybe I didn't understand). Thanks to those who will be able to help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
解决了!!!
尝试在gradle.properties
N.B中添加此行:“ JDK-17.0.3.1”此处给您的JDK版本号
SOLVED!!!
Try to add this line in gradle.properties
N.B: "jdk-17.0.3.1" here give your jdk version number