View Single Post
Old Dec 6th, 2005, 6:16 PM   #3
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 856
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Dameon may be right, but you can try adding
private static final long serialVersionUID = 1L;
to certain classes. My compiler is always bugging me with warnings that I should add this line, so try it and see if it does the trick (Apparently the number you supply, 1 in this case, is the version your code is at). Tell me if this works... I have no idea if it will.
titaniumdecoy is online now   Reply With Quote