java.lang.VerifyError:(method: <init> signature: ()V.....
Hi All,
I have a number of programs in a single project that worked utill yesterday when things started to cause me serious problems. Classes that compiled and exectured properly are now giving me the error message ..
java.lang.VerifyError: (class: myproject/classname, method <init> signature: ()V) Constructor must call super() or this().
Could not find the main class. Program will exit.
Any idea what is wrong here. I am using NetBeans IDE 6.8 and java version 1.6.0_18
The other thing is that when I compile my classes in the command prompt using javac, it works fine.
All help appreciated.
Thanks