开发者

java.lang.RuntimeException: Spurious serialisation error

开发者 https://www.devze.com 2022-12-28 11:32 出处:网络
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

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

精彩评论

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

关注公众号