I downloaded the simulator, but I am unable
to compile it.
Problems start in ConnectionManager, line 6:
"Class List not found in type declaration."
Is that a problem of my Java version
(I am running
java version "1.2.2"
Solaris VM (build Solaris_JDK_1.2.2_05, native threads, sunwjit))
or where do I get those classes (List, LinkedList)
from?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded the simulator, but I am unable
to compile it.
Problems start in ConnectionManager, line 6:
"Class List not found in type declaration."
Is that a problem of my Java version
(I am running
java version "1.2.2"
Solaris VM (build Solaris_JDK_1.2.2_05, native threads, sunwjit))
or where do I get those classes (List, LinkedList)
from?
Thanks.