Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VerifyError

0 views
Skip to first unread message

Cheng Thao

unread,
Oct 12, 2001, 1:38:53 AM10/12/01
to

My code is giving me VerifyError and I'm not sure what is wrong.
I don't what VerifyError is. My code was working before and I
don't think I made much changes to it.

Exception in thread "main" java.lang.VerifyError: (class: Header, method:
updateImages signature: ([LImageHolder;)V) Incompatible object argument
for function call
at WebPage.collectHeaders(WebPage.java:86)
at WebPage.collectHeaders(WebPage.java:71)
at WebPage.getHeaders(WebPage.java:59)
at testHeader.main(testHeader.java:11)

Cheng

Marshall Spight

unread,
Oct 12, 2001, 1:45:36 AM10/12/01
to
"Cheng Thao" <che...@csd.uwm.edu> wrote in message
news:Pine.OSF.3.96.101101...@alpha1.csd.uwm.edu...


Try deleting all your class files and recompiling. I bet you get
a compile error.


Marshall

Cheng Thao

unread,
Oct 12, 2001, 12:23:10 PM10/12/01
to

Thanks. I removed all the classes and recompiled
and everything work again.

0 new messages