Looking for GL.java and other source files...

Hello,

I need to find the .java files so that my IDE can display the true argument names for the GL methods. I searched the JOGL site, and found some src files, but not the actual GL class, which seems to have most of the good stuff in it.

Thanks much

The files you’re looking for are a byproduct of the build process. Download the source, run the build.xml, and then look at the generated source directories and you’ll find what you’re looking for.

That’s great news :slight_smile: Thanks!