Re: Problems getting started with gluten
Posted by
Wade Walker on
Jan 22, 2012; 8:26pm
URL: https://forum.jogamp.org/Problems-getting-started-with-gluten-tp3679814p3679866.html
Hi Jennifer,
The antlr/RecognitionException dependency is on antlr.jar, which is in gluegen/make/lib. If you add that to your classpath, gluegen should be able to run correctly.
To build gluegen (which it doesn't seem like you want to do, but just in case), just follow the instructions at
http://jogamp.org/wiki/index.php/Building_JOGL_on_the_command_line, but ignore the parts about the jogl project. You don't need the Android SDK to do this build -- the whole thing should complete on the command line with no external dependencies (other than Java, Ant, and Git).