Raritan Computer Video Gaming Accessories 5.0.3 Manuale Utente

Pagina di 139
 
Chapter 5: Installing and Launching Standalone MPC 
 
 
125
2.  Type ./start.sh and press ENTER to launch MPC. 
 
3.  Double-click on the desired device to establish a connection, type 
your Username and Password and click OK to log on. Please refer to 
Chapter 2: Using MPC for additional operation instructions. 
 
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. 
a.  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. 
b.  To set your path: Assuming JRE 1.4.2_05 is installed in 
/usr/local/java: you must set your PATH variable. 
c.  To set path for bash shell: export 
PATH=$PATH:/usr/local/java/j2re1.4.2_05/bin. 
d.  To set path for tcsh or csh: set PATH = ($PATH 
/usr/local/java/j2re1.4.2_05/bin).