Setting the CLASSPATH environment variable

To create a standalone program outside Adaptive Server, you must set your CLASSPATH environment variable to include the directories that contain xerces.jar and xml.zip. For UNIX , enter:

setenv	 CLASSPATH $SYBASE/$SYBASE_ASE/lib/xerces.jar
$SYBASE/_SYBASE_ASE/lib/xml.zip

For Windows, enter:

set CLASSPATH = D:\%SYBASE%\_SYBASE_ASE\lib\xerces.jar
D:\%SYBASE%\%SYBASE_ASE%\lib\xml.zip