Menu

#7 ClientGUIEngine class doesn't work

open
nobody
Interface (2)
5
2005-09-20
2005-09-20
kristi
No

I get EOFException errors thrown when running the
ClientGUIEngine class.

Procedure:
1. run the engine.Engine java application
2. run the ClientGUIEngine java application

Copy of the exception:

java.io.EOFException
at java.io.DataInputStream.readInt(Unknown
Source)
at
java.io.ObjectInputStream$BlockDataInputStream.readInt
(Unknown Source)
at java.io.ObjectInputStream.readInt
(Unknown Source)
at environment.Environment.readExternal
(Environment.java:730)
at gui.ClientGUIEngine.run
(ClientGUIEngine.java:188)

Discussion


Log in to post a comment.