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:
-
Install Sun's JAVA Runtime (RMIAdmin is best supported on JRE v1.5 or above)
-
Obtained the RMIAdmin (RMIAdmin.zip) from http://www.rmiAdmin.net
-
Unzip the RMIAdmin.zip to any folder on your computer
-
To start the RMI Server, run the following command:
java -cp fullpath_&_name_of_the_RMIAdmin.jar RMIAdmin.RMIServer
-
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:
-
Install Sun's JAVA Runtime (RMIAdmin is best supported on JRE v1.5 or above)
-
Obtained the RMIAdmin (RMIAdmin.tar) from http://www.rmiAdmin.net
-
Extracted the RMIAdmin.tar (by tar -xvf RMIAdmin.tar) to any folder on your computer
-
To start the RMI Server, run the following command:
java -cp fullpath_&_name_of_the_RMIAdmin.jar RMIAdmin.RMIServer
-
To start the RMI Client, double click the RMIAdmin.jar, or run the command:
java -jar fullpath_&_name_of_the_RMIAdmin.jar
Related Topics:
|
|