Installation and Setup
RMIAdmin is purely written using the JAVATM technology and therefore is cross-platform supported. It can be executed on nearly all kind of computers which operating systems, the only pre-requisite is that Java Runtime Environment must exist in the target computer.


Windows-based computer installation:
  1. Install Sun's JAVA Runtime (RMIAdmin is best supported on JRE v1.5 or above)

  2. Obtained the RMIAdmin (RMIAdmin.zip) from http://www.rmiAdmin.net

  3. Unzip the RMIAdmin.zip to any folder on your computer

  4. To start the RMI Server, run the following command:
    java -cp fullpath_&_name_of_the_RMIAdmin.jar RMIAdmin.RMIServer

  5. To start the RMI Client, double click the RMIAdmin.jar, or run the command:
    java -jar fullpath_&_name_of_the_RMIAdmin.jar



Unix-based computer installation:
  1. Install Sun's JAVA Runtime (RMIAdmin is best supported on JRE v1.5 or above)

  2. Obtained the RMIAdmin (RMIAdmin.tar) from http://www.rmiAdmin.net

  3. Extracted the RMIAdmin.tar (by tar -xvf RMIAdmin.tar) to any folder on your computer

  4. To start the RMI Server, run the following command:
    java -cp fullpath_&_name_of_the_RMIAdmin.jar RMIAdmin.RMIServer

  5. To start the RMI Client, double click the RMIAdmin.jar, or run the command:
    java -jar fullpath_&_name_of_the_RMIAdmin.jar


Related Topics:





Copyright 2005 © RMIAdmin. All rights reserved.