[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No Subject



> How can I install Sablecc-2.16.1 without Jakarta-Ant and Xerces 

You need ANT and XML-parser (any JAXP compliant parser will do) _only_ to
build sablecc from sources. 
you can download prebuild binary sablecc distro with sablecc.jar file, and
"installing" means putting this single jar file in your classpath, or you
can even use it without "installing", just by typing:

c:\> java -jar sablecc.jar -d output_directory grammarfile1 grammarfile2


hth
Mariusz