To install: 1. Copy the .java and .class files for the Game into a directory that is in your classpath. 2. Copy the .java and .class files for the Tests into the Tests subdirectory of the Game directory 3. Make certain that the jdk1.2\bin directory is in your path 4. Make certain the Game directory is in your classpath To run: 1. Open 4 windows 2. In one window type: tnameserv -ORBInitialPort 1050 3. In another window type: java TicTacToe -ORBInitialPort 1050 4. In another window type: java HumanPlayer 0 -ORBInitialPort 1050 5. In another window type: java HumanPlayer 1 -ORBInitialPort 1050 (Other ports can be used. 900 is the default) (-ORBInitialHost machineName can be used to place some of the processes on different machines)