Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.VerifyError:(method: <init> signature: ()V.....

843789Jul 4 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 1 2010
Added on Jul 4 2010
0 comments
228 views