We've installed javacc, the java compiler compiler. This is a parser
generator for java. See https://javacc.dev.java.net/ for details.
This will be made available on all departmental machines after our
nightly cron job runs this evening.
Javacc will be in the default $PATH, so you can access it simply by
running 'javacc' from a terminal.
However, if you need to use the javacc.jar file, you will need to add
its location to your $CLASSPATH environmental variable. I have created
a set of shell scripts to ease this process. If you use bash, run the
following:
source /lusr/share/lib/java/javacc/env.d/append.sh
If you run csh or tcsh, run this instead:
source /lusr/share/lib/java/javacc/env.d/append.csh
Please send mail to gripe if you have any questions.
-jason