1. Install deb package and reboot.
   e.g. sudo dpkg -i ISeries_AIO_5.1.2_Lnx_APG_Ubuntu22_JPOS1.14_JRE1.7.deb
	reboot

2. Install Java Runtime Environment (JRE) v1.7 to /usr/lib
   e.g. tar xvf jdk-7u80-linux-x64.tar.gz
   	sudo cp -r jdk1.7.0_80/ /usr/lib
   	
   jre default path is /usr/lib, you can runtime export jre path if you install jdk to other place.
   	export JAVA_HOME=$(jdk install folder)
   	export JER_HOME=$JAVA_HOME/jre
   	export PATH=$PATH:$JAVA_HOME/bin
   	export CLASSPATH=$JAVA_HOME/lib:$JAVA_HOME/jre/lib
   	 

3. Copy all xml file in /usr/share/Elopos2.0 folder to where the POSTest-2 is located.

4. Copy POStest.sh in /usr/share/Elopos2.0 folder to where the POSTest-2 is located.

5. Go to POSTest-2 folder and rename xml file for different cashdrawer.
   e.g. mv jpos.xml_aio_apg jpos.xml

6. run POSTest.sh in POSTest-2
