Note: This program operates the same way as the Windows version:

1. Install the java RPM  by running the  j2re-1_4_2_07-linux-i586-rpm.bin  file.
2. copy libjspLux86* to  /usr/local/lib
3. Add the following to .bashrc
	PATH=/usr/java/j2re1.4.2_07/bin/java
	export PATH
	CLASSPATH=$CLASSPATH:/opt/j2sdk1.4.2_07/:/usr/local/lib
	export CLASSPATH
	LD_LIBRARY_PATH=/usr/local/lib
	export LD_LIBRARY_PATH

4. to run program: java -jar IntuicomRFDiagnostics.jar 

