一个程序在我机子上一运行就报错,拷贝到朋友机子上运行就正常
我们运行软件环境是一样的
我的报下面的错:Exception in thread "main" java.io.StreamCorruptedException: invalid type code: AC
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at oop_model2.ReadAndWrite.readInfoFromFile(ReadAndWrite.java:89)
at oop_model2.Testing.main(Testing.java:8)