无法输出HelloWorld

来源:1-6 安装IntellJ IDEA

尘6730914

2021-03-28 09:52

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


写回答 关注

1回答

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

    public class HelloWorld {

        public static void main(String[] args){

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

    }

    }


Java入门第一季(IDEA工具)升级版

0基础萌新入门第一课,从Java环境搭建、工具使用、基础语法开始

1165172 学习 · 17581 问题

查看课程

相似问题