开发者

java.lang.RuntimeException: Spurious serialisation error

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.

Here is my client code

http://pastebin.com/jUkw7F7k



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.)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜