Skip to Main Content

Java Programming

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

local class incompatible: stream classdesc serialVersionUID

807605Aug 2 2007
I know what you people are going to say: this error occurs when you serialize an object and the classes used to serialize/deserialize the object are different versions.

But that is the problem: as far as i know, client/server use the same jar (LITERALLY the same jar, they reside on one machine). But since he gives me two different versions of the same class, i have no idea what is going on.

Is there a way to figure out from which location (which jar) he loads a specific class?

thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 30 2007
Added on Aug 2 2007
0 comments
641 views