Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Incompatible Class Change Error

Status
Not open for further replies.

crmayer

Programmer
Nov 22, 2002
280
0
0
US
I was wondering if somebody could explain to me what would cause this error?
java.lang.IncompatibleClassChangeError

I did get it fixed by checking the problem class out of our CVS, adding a return and then checking it back in. But, I am not sure I understand what this error means or what would cause it.
To my best knowledge, it has something to do with class versions or something along those lines.
I am just looking for an explaination on this error and what might cause it.

Thanks in advance.
Chris
 
See the super class for IncompatibleClassChangeError ( that says "Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.".

Is this true in your case?
 
I think it's very difficult to say but I get you're checking out compiled classes? Maybe someone checked in a class compiled with another version of the compiler ...

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top