Login  Register

Re: Implementing JOGL

Posted by Wade Walker on Mar 25, 2012; 6:49pm
URL: https://forum.jogamp.org/Implementing-JOGL-tp3855954p3856155.html

I wouldn't advise looking at the test.bat file -- it seems to be just for the use of the developers, and can be left in unpredictable states on check-in  Those error messages you're seeing are just diagnostic output, not necessarily real errors.

To download and install JOGL, see this: http://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL
To set up a JOGL project in your favorite IDE or on the command line, see this: http://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL
For some tutorials, see this: http://jogamp.org/wiki/index.php/Jogl_Tutorial

Let me know if there are errors on any of these wiki pages; if so, I will fix them.