Raritan Computer DKX416 User Manual
Page 50
![background image](/manuals/195273/50/background.png)
Multi-Platform Client and Raritan Remote Client
40
9. Click Done to close the Installation dialog.
Opening MPC in Linux
1. Open a terminal window and change directories to the directory
where you installed MPC (default location: /usr/local/Raritan/Raritan
MPC/4.40.1.7/).
2. Type ./start.sh and press Enter to open MPC.
3. Double-click on the desired device to establish a connection, type
your Username and Password, and click OK to log in.
Solaris
Checking JRE Version on Sun Solaris
1. Launch a terminal window on the Sun Solaris desktop.
2. Type java version in the command line and press Enter. The
currently-installed version of Java Runtime Environment (JRE)
appears.
If your path variable is not set to where the java binaries have been
installed, you may not be able to see the JRE version.
a. To set your path and assuming JRE 1.4.2_05 is installed in
/usr/local/java, you must set your PATH variable.
b. To set path for bash shell, export
PATH=$PATH:/usr/local/java/j2re1.4.2_05/bin.
c. To set path for tcsh or csh, set PATH = ($PATH
/usr/local/java/j2re1.4.2_05/bin).