If the target Linux system does not have JAVA Runtime Environment installed, do the following to install JAVA Runtime Environment:
Download JAVA 2 Runtime Environment Standard Edition 1.4.0_02 for Linux from http://java.sun.com/j2se/1.4/download.html (select JRE from "Linux RPM in self-extracting file" item in the list)
The download file name is j2re-1_4_0_02-linux-i586-rpm.bin
Change to the directory where the download file is saved.
Type "sh j2re-1_4_0_02-linux-i586-rpm.bin" to unpack the file. Accept the license terms.
Type "rpm i j2re-1_4_0_02-fcs-linux-i586-rpm", JAVA runtime libraries will be copied to /usr/java/j2re1.4.0_02 directory
Do the following steps to install and run JAVA GUI:
Copy the si3112gui_rtm.tgz file to a directory
Change to the directory where the si3112gui_rtm.tgz file is copied to
Type "tar xzvf si3112gui_rtm.tgz" to unpack GUI package to /usr/local/Si3112 directory
Type "sh /usr/local/Si3112/si3112gui.sh" to run the GUI
Note: If the target machine has other version of JAVA Runtime Environment installed or it is installed in a
different directory, the si3112gui.sh file can be modified to point to the installed directory. To do this, replace the line "JAVA_CMD="/usr/java/j2re1.4.0_02" with
"JAVA_CMD="your JAVA Runtime directory"