About Java Code Samples
Java sample code can be built and demonstrated by using Apache Ant. Detailed information
about Apache Ant can be found in http://ant.apache.org/
Build Environment:
Apache Ant
---------------------------------
Java Sample folder and file list:
README - this readme file
build.xml - default ant build xml file (it's the same as windows build xml file)
src - contains sample source files
util - contains utility files used by samples
--------------------------------
Usage:
Sample code can be built and showed by command:
ant
Sample environment can be cleaned by:
ant clean
--------------------------------
Note:
The Settings.ini file contains settings used by various samples. Change these to valid key service and user information. How these settings are loaded is shown using Helper_Load_Properties.java. Individual sample source is called in Helper_Main.java.