Module: Student 08/24/98 by Ilya S. Gaysinskiy Files and Directories: SBView.java - The Student Module (Java) SBView.conf - The Student Module configuration file (see below) 1. Installation -------------------------------------------------------------- Compile SBView.java using jdk1.1.6 or above. javac SBRecord.java 2. Configuration --------------------------------------------------------------- All of the configuration information for the Student Module is stored in SBView.conf file. The order of items is important. Here is an example: Multicast Port=2255 Multicast IP=225.225.225.225 Multicast Port and Multicast IP are those of the instructor machine. 3. Running ------------------------------------------------------------------- If the local machine is not too slow open another xterm and run student's module: java SBView OR java SBView -d # to see the debug information If the local machine is too slow, login to the remote machine to be used as the student's machine, export the display and run java SBView.