This readme explains on how to run the Java Sample App on Linux 64 bit operating system environment.

Prerequisites: 
1. JDK 1.8
2. Install following package: 
3. $ sudo apt-get install ant 
   (ant version: 1.10.5-3~18.04 for ubuntu 18.04)

 run the command "java -version" in your terminal to verify if the right version of JDK is installed.

steps to build J_RFIDSample4 for java
---------------------------------------------------
1. cd to java/sampleapp/src/src/rfidsample4

2. execute the following commands
    ant clean
    ant
3. Java Application J_RFIDSample4.jar will be available at
    java/sampleapp/src/dist


Steps to run pre built binary
---------------------------------------
1. go to java/sampleapp/bin

2. Run the command: java -jar J_RFIDSample4.jar java\sampleapp\src\sr\rfidsample4\RFIDSample4.java

