gluegen with antlr3?
Posted by
jiapei100 on
Jul 27, 2012; 4:57pm
URL: https://forum.jogamp.org/gluegen-with-antlr3-tp4025679.html
Hi, all:
It seems whenever I specify my own antlr to
<nabble_embed>antlr.jar=/usr/share/java/antlr3.jar
</nabble_embed>
I got an error:
<nabble_embed>generate.grammar:
[antlr] Error: Could not find or load main class antlr.Tool
BUILD FAILED
/home/pei/MyPrograms/Java/Eclipse/Cannonical/gluegen/make/build.xml:806: The following error occurred while executing this line:
/home/pei/MyPrograms/Java/Eclipse/Cannonical/gluegen/make/build.xml:635: The following error occurred while executing this line:
/home/pei/MyPrograms/Java/Eclipse/Cannonical/gluegen/make/build.xml:173: ANTLR returned: 1
</nabble_embed>
Does that mean, current gluegen is not able to be built with antlr3, but only antlr-2.7.7?
Cheers
Pei