Most likely, you are trying to launch a class as an application but the class does not have a method with the signaturepublic static void main(String[] args)
The java.exe application launcher requires a method defined exactly like this.
For future reference, you should always copy and paste the full, exact error message when asking for help.