Java CORBA

Running It

  1. Start the orbd with orbd -ORBInitialPort 1050 -ORBInitialHost localhost &
  2. Start server with java HelloServer -ORBInitialPort 1050 -ORBInitialHost localhost &
  3. Run the client application with java HelloClient -ORBInitialPort 1050 -ORBInitialHost localhost
  4. The client should print "Hello World!".

José M. Vidal .

17 of 21