how to build jogl

hello, i was trying to build jogl (RC2) myself, but i am missing the classes GLProcAddressTable and GLImpl are missing, as well as some windows specific ones (WGL, PIXELFORMATDESCRIPTOR)

also some other minor compile issues exists, but those should go away, once i have set everything up correctly.

thanks.

These classes are autogenerated during the build process. You must use the make/build.xml in the JOGL source tree to build it. Please follow the build instructions and post if anything appears to be wrong with these instructions.

thanks ken. i will try this later.