SUID problem file different

Hi all,

class incompatible:

stream classdesc serialVersionUID = 54653265869625549, local class serialVersionUID = 5490834817919311283

I have 2 forms to solve the problem:

1-. the class client insert

private final static long serialVersionUID = 54653265869625549L

2-. recompile .class

Both not help to my problem, because I use a JAR to write and other for read, always both JAR will have different versions. 縣ow doing recognize any file with different versions?

because always I have different JAr to write a file.

thanks.

[584 byte] By [superoch8a] at [2007-10-2 5:51:46]
# 1
Why do you have the same .class file in two jars? and assuming there is a good reason, why can't you put the updated .class file into both?
ejpa at 2007-7-16 2:01:24 > top of Java-index,Core,Core APIs...