This directory contains all the Java source files and MS DOS Scripts to build the 
Profile Web Application/Applet.  

NOTE: The build script requires a Java Development Kit (JDK) to compile the Profile
      Applet/Application, i.e. for JDK 8 Downloads,
      http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html    

BUILD SCRIPT:

Build.bat is a batch file script that will create the Profile JAR file 
for running the Web Applet \ Application. 

NOTE: The build script is hard coded to the Java Development Kit (JDK), C:\jdk1.7.0_25\bin\.
      If you are using a different JDK then all calls within this script 
      "C:\jdk1.7.0_25\bin\" must be  changed to your JDK location on your PC.

The Script does the following actions,

-- Create Source Directories in the main directory.
-- Copies the Java Source code to those directories.
-- Compiles the Profile.java source.
-- Remove all the *.java files from the temporary directories.
-- Creates a JAR file adding the Manifest_Profile.txt, all the Profile 
   Class file directories, /data directory containing the XML 
   Lookup files, /images directory containing image files and names the
   JAR file Profile.jar.
   
   NOTE: Manifest_Profile.txt is required if the user wants to run this
         program as an Applet.
         
-- Creates a Profile.txt file showing the contents of the JAR File 
   just created.
         
-- Moves the Profile.jar to the /lib directory.
-- The build script then removes all the class files from the temporary 
   directories.
-- The build script then removes the temporary directories.

