
RMI-IIOP Examples
-----------------

1)  Download and install J2SE 1.5.0 beta 1
    
    http://java.sun.com/j2se/1.5.0

2)  Download and install Ant 1.6.1

    http://ant.apache.org

3)  Download and install JacORB 2.1

    http://www.jacorb.org/download.html    

4)  Set up your environment.

    Set JAVA_HOME to the root directory of the JDK.
    Set ANT_HOME to the root directory of Ant.
    Set JACORB_HOME to the root directory of JacORB

    Add %JAVA_HOME%\bin;%ANT_HOME%\bin to your PATH

5)  Run the RMI example from the RMI subdirectory

6)  Run the RMI/IIOP examples from the RMI-IIOP-JacORB
    directory
