我无法在vs代码[我的代码]中运行java
public class hello {
public static void main(String args[]) {
System.out.print("Hello World")
}
}
.我甚至没有一个选项运行代码在终端在我的设置。.它没有显示任何错误或任何东西太![删除分号;但未显示任何错误]。JDK-19已安装并正常工作。
我在youtube上看了一个解决方案的视频,每个人都说检查“在终端运行代码”选项。我还下载了一个名为代码运行者的扩展,最后“在终端运行代码”选项在那里,我检查了它,它仍然不工作。
2条答案
按热度按时间mjqavswn1#
You should use different IDE to run your Java Code because VS Code doesn't support many features, try: intellij, eclipse,...
Otherwise, please follow the instruction in: https://code.visualstudio.com/docs/languages/java
Check current JDK in your computer by typing following command in cmd:
b4qexyjb2#
Intellij也很好,或者尝试安装Java的插件,然后你就可以在VS代码上运行Java了。