Installation of a apcslib.jar File in the ext Folder

 - Search your computer for the location of a folder called ext. This folder
   is contained in the directory in which the JDK was installed. For instance,
   on a computer with JDK 1.4.0 installed in c:\j2sdk1.4.0, the ext directory
   would be located at c:\j2sdk1.4.0\jre\lib\ext (this will vary depending on
   the version of the JDK being used).
     * WARNING: The location and version of your jdk may be different.
 - Copy apcslib.jar to this folder
     * WARNING: With JDK1.3 and later, also copy the jar file to the folder
       C:\Program Files\JavaSoft\JRE\1.4.0\lib\ext or whatever it happens to
       be called on your computer

Notes:
 - If you are working on  a Unix machine, replace the backslashes with forward
   slashes.
 - If you have installed and use more than one Java development environment on
   your computer, there may be several such folders. Copy MyPackage.jar into each.

