problems with glSelectBuf and gluUnProject

Is anyone else having a problem with these two functions? I’ve only begun having these problems with the newest versions of jogl and here’s what happens:

I use glSelectBuf and gluUnProject in my code and it compiles fine (no errors in compilation at all). But, when I execute my code, a NoMethodFound type of error gets thrown whenever execution gets to either of these lines. Is there something wrong my jogl installation or my dll or is it something else? I’ve spent days racking my brain over this and I still can’t find a solution. Any suggesions?

It sounds like you have an old jogl.dll / libjogl.so combined with a new jogl.jar or vice versa. Find and delete all copies of these files on your system and reinstall the latest jogl build. For this reason I would recommend not installing JOGL into your JDK, but into a separate folder and pointing CLASSPATH and PATH/LD_LIBRARY_PATH/DYLD_LIBRARYPATH at that folder.