Hi. Most of today’s IDEs support to reference the source files of an included JAR library so that while typing method calls etc to this library, you get hints with the named parameters, instead of the naked “int p0, int p1”, etc.
For Jogl I downloaded the source files from the CVS and while it works basically, the large files GL.java and GLU.java are missing (I think they’re ANT-builded from the C sources?). Is there a very simple way to get them from the java.dev.net site or somewhere else without having to go the “build the source youself” route?
Because basically I don’t want to compile the sources, I’m very happy with the handy release build(s) on Jogl’s java.dev.net page.