Ok, I have a main method, but it can't find it!
I'm getting:
java.lang.NoSuchMethodError: main
Exception in thread "main"
My code is my really big program which I've posted several times. I'm worried that it's because more than one class in a package or a project might have a main method and it might be confused. Would that confuse it, having more than one class with a main method in the same package or project?
I've no clue whatsoever.