FSJUtil: FullSpan Java Utilities

By Mitch Stuart
Copyright © 2003-2005 FullSpan Software  -  Usage subject to license
Software Version: 1.3  -  Document Version: $Revision: 1.10 $, $Date: 2005/08/14 02:37:36 $

About FSJUtil

The FullSpan Java Utilities is a collection of utility classes used by various FullSpan Java programs.

Getting FSJUtil

The FSJUtil JAR file is already included in the download package for any projects on this site that use the FSJUtil classes. Therefore, you only need to download the FSJUtil project if you want to review or modify the source code.

Building FSJUtil

To build FSJUtil using Ant, change to the top-level FSJUtil directory and run ant. This will use the build.xml build file in that directory. The build file has other targets such as ant doc to build the documentation/JavaDoc. View the build file for further details.

To build FSJUtil using Eclipse, import the FSJUtil directory into Eclipse. This directory includes the necessary Eclipse files (such as .project and .classpath).

External Libraries

The following external libraries are used by FSJUtil, and are distributed under license from their copyright holders:

Component Description License
Apache Commons Codec Base64 encoder/decoder This product includes software developed by the Apache Software Foundation (http://www.apache.org/).

License text: license-apache.txt