TL Example Scripts
Once you have downloaded and unzipped TL you can modify and execute
the examples on your own system. Each example directory comes with
a file: test.bat.
Although these script files are set up for MS DOS, they are
designed for any operating system, by simply making the
appropriate changes to the first two lines.
If Java is already in your PATH, then you can simply remove
the PATH line, otherwise modify it for your operating system.
The CLASSPATH line may also need changes.
If you are using UNIX sh, you can replace it with
export CLASSPATH=.:../../tl.jar
If you are using an older version of Java (pre 1.2) you may
also have to add the location of the system libraries.
If you need additional help, consult Sun's web
page on
Setting the class path.