LighTS is hosted as an open source project by the SourceForge site. Visit the summary page for the project to find out more technical information about it, and download the package. After you download it, installation should be a snap:
lights1.0.tar.gz
in a directory of your choice, e.g., C:\myDir
.CLASSPATH
environment variable.
set CLASSPATH = %CLASSPATH%;C:\myDir\lights.jar
setenv CLASSPATH $CLASSPATH:/myDir/lights.jar
bash: export CLASSPATH=$CLASSPATH:/myDir/lights.jar
If you are using the adapters for
TSpaces, you
must have TSpaces 2.1.1 installed. You can download a copy of the current version
of TSpaces at http://www.alphaworks.ibm.com/tech/tspaces.
Installation instructions for TSpaces are provided in the documentation that
comes with it. Make sure you install the CLASSPATH
for TSpaces
correctly.