Getting error “cannot find or load main class HelloWorld”

前端 未结 3 1252
鱼传尺愫
鱼传尺愫 2021-01-22 20:05

I have this simple code:

public class HelloWorld{
    public static void main(String[] args){
        System.out.println(\"HelloWorld\");
    }
}
3条回答
提交回复
热议问题