I had problem with my client program when I run my client in eclipse or netbeans, I get a runtime error java.lang.RuntimeException: Spurious serialisation error. But when i use command prompt I have no errors.
+1
A:
Looks like you are writing an Integer
(through autoboxing) to the serial file and attempting to read two objects casting them to BigInteger
. (But see my comment on the question.)
Tom Hawtin - tackline
2010-04-29 21:36:00