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.

