Re: jogl with Java 1.7

Posted by Wade Walker on
URL: https://forum.jogamp.org/jogl-with-Java-1-7-tp4025660p4025683.html

It seems like there's something seriously wrong with your build environment :) I've built JOGL many times on Windows, Mac, CentOS and Ubuntu without problems.

Have you tried faithfully following the very detailed instructions at http://jogamp.org/wiki/index.php/Building_JOGL_on_the_command_line? Especially the part about installing and testing the JVM, Ant, and the rest of the steps to make sure that you don't run into strange errors like you're seeing?

Your error message about RecognitionException means that some of ANTLRs JARs aren't on the classpath, but you shouldn't have to install them yourself -- it's included in the JOGL source, since it's needed to build the generated C parser. If you set up the build exactly according to the instructions above, these things should be taken care of.