Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JavaCC 4.1

0 views
Skip to first unread message

Jason Pepas

unread,
Nov 7, 2008, 11:15:16 AM11/7/08
to
Greetings,

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

0 new messages