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
You need to rename your main class to Main, it cannot be anything else.
Main
It does not matter how many files as packages and classes you create, you must name your main class Main.
That's all.