Raritan Computer Video Gaming Accessories 5.0.3 Manuale Utente

Pagina di 139
Linux 
 
120
 
2.  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: Operation for additional operation instructions. 
 
 
Linux 
Checking JRE Version in Linux 
1.  In a graphical environment, launch a terminal window. 
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).