How to run the Corba reference solution ======================================= Copy all the files to some directory that is accessible for you. Starting the server ------------------- 1. Open a command window (DOS or Unix) 2. Start the name server by executing (in DOS): start tnameserv -ORBInitialPort 1050 3. Go to the "server" directory 4. Start the server with the command: java DateValueServerImpl -ORBInitialPort 1050 Starting the client ------------------- 1. Open a new command window (DOS or Unix) 2. Start the client with the command (in DOS): java CorbaDateValueGraphPanel -ORBInitialPort 1050 3. Choose "Get with CORBA" from the "File" menu 4. The usual graph will (normally) be displayed.