Installing ANTLR on Linux (was: Re: [antlr-interest] confluence wiki installed on antlr.org)

Chris Black chris at lotuscat.com
Tue Aug 9 10:30:06 PDT 2005


The following link is a good starting point:
http://www.antlr.org/doc/getting-started.html

Really it is just downloading the distribution and grabbing the 
antlr.jar out of it, placing it wherever you want, and then making sure 
that that jar is in your CLASSPATH. Then you can run "java antlr.Tool". 
If you are concerned with breaking your current CLASSPATH, you can do:
export CLASSPATH=$CLASSPATH:/path/to/antlr.jar

Best,
Chris

Shunfeng ZHANG wrote:

>Hi my friends,
>
>Could you pls tell me how to install ANTLR under Linux?
>
>And whichs ClASSPATH should I set?
>
>A Link will be OK.
>
>I googled but found nothing.
>
>Help!
>  
>



More information about the antlr-interest mailing list