Facing issue with serialversionuid
Hi we are generating a desktop application. In our Project we need to use
javax.swing.ImageIcon and if server requests we need to send this object.
Here the problem is if we are using same JRE in both environments its
working fine, if no, we are getting java.io.InvalidClassException:
javax.swing.ImageIcon; local class incompatible: stream classdesc
serialVersionUID = -962022720109015502, local class serialVersionUID =
532615968316031794 is there any solution to avoid this, Any suggestion
appreciated. Thanks in advance
No comments:
Post a Comment