gpt4 book ai didi

java - 如何设置 IntelliJ Idea 来运行简单的 java 应用程序?

转载 作者:行者123 更新时间:2023-12-02 14:23:18 25 4
gpt4 key购买 nike

Possible Duplicate:
Hello world doesn't run in IntelliJ Idea

我是 IntelliJ idea 的新手,所以我尝试从 HelloWorld 开始:

 package test;

/**
* Created with IntelliJ IDEA.
* Date: 16/06/12
* Time: 12:13
* To change this template use File | Settings | File Templates.
*/
public class Main {
public static void main(String ...args){
System.out.println("Hello World");
}
}

但是这个程序没有运行!只有绿色箭头变灰,但我没有看到任何输出。我应该检查哪个设置?谢谢。编译器: enter image description here

最佳答案

右键单击main函数名称并选择“调试”

Creating configuration

当上面的右键单击创建这样的配置时,“绿色箭头”仅运行当前配置。您可以使用左侧的编辑配置按钮创建和自定义配置。

enter image description here

关于java - 如何设置 IntelliJ Idea 来运行简单的 java 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11063115/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com