Hi! I’m a true newbie, and have been having difficulty getting JOGL to usable state. I’ve been going through the steps listed here: https://jogl.dev.java.net/unbranded-source/browse/checkout/jogl/doc/HowToBuild.html?rev=HEAD&content-type=text/html
And I got all the way to step 5, where I type
“ant win32.mingw” in cmd console. And I get this error:
generate.c.grammar:
[antlr] java.lang.NoClassDefFoundError: antlr/Tool
[antlr] Exception in thread “main”
BUILD FAILED
file:C:/CVSviews/JOGL/make/build-gluegen.xml:102: ANTLR returned: 1
Im sort of at a loss at this point. Should I have just d/led one of the precompile binaries?? If I had, what do I do with files? ie… Where do I put them?
thanks,