No Main class found in NetBeans

前端 未结 16 2501
时光说笑
时光说笑 2020-11-30 08:32

I have been working on an assignment for my class in programming. I am working with NetBeans. I finished my project and it worked fine. I am getting a message that says \"No

16条回答
  •  孤城傲影
    2020-11-30 09:14

    Make sure the access modifier is public and not private. I keep having this problem and always that's my issue.

    public static void main(String[] args)

提交回复
热议问题