Table of Contents
Make sure all JAR files are in the SAME DIRECTORY.
[Perform this step if you are using the external parser.]
Make sure parser and libcompdev.so.0 are in the SAME DIRECTORY as the JAR files.
[Perform this step if you are using the external parser.]
Set LD_LIBRARY_PATH variable to the current directory. E.g.
export LD_LIBRARY_PATH=. (for sh, bash)
setenv LD_LIBRARY_PATH . (for csh)
Set your CLASSPATH variable to include the JAR files. E.g.
export CLASSPATH=cetus.jar:antlr.jar (for sh, bash)
setenv CLASSPATH cetus.jar:antlr.jar (for csh)
Execute Cetus
java cetus.exec.Driver [options] [files]