问答详情
源自:1-6 安装IntellJ IDEA

无法输出HelloWorld

Executing pre-compile tasks...

Loading Ant configuration...

Running Ant tasks...

Could not initialize class org.jetbrains.jps.builders.JpsBuildBundle

Executing post-compile tasks...

Loading Ant configuration...

Running Ant tasks...

Synchronizing output directories...

2021/3/28 9:50 - Build completed with 1 error and 0 warnings in 200 ms


提问者:尘6730914 2021-03-28 09:52

个回答

  • 维天有漢
    2021-03-29 19:15:37

    public class HelloWorld {

        public static void main(String[] args){

        System.out.println("hello imooc");

    }

    }