Guest User

Untitled

a guest
Jan 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. java.io.InvalidClassException: javax.swing.JComponent; local class incompatible: stream classdesc serialVersionUID = -1030230214076481435, local class serialVersionUID = -2790168081368361182
  2.  
  3. ....
  4. ObjectInputStream open = new ObjectInputStream(openFile);
  5. Object obj = open.readObject(); <--- dies here
Add Comment
Please, Sign In to add comment