glGenLists() on Linux

I’m using Fedora Core 4, and when I try to call glGenLists I’m getting
java.lang.UnsatisfiedLinkError: glGenLists

The same call in windows works without any problem. I’m using the latest native library .so files. Are the display lists just not implemented on linux yet? Every else drawing, lighting, etc has worked fine on FC4 so far.
Thanks!

No, nothing like this. This sounds like it could be a mismatched jogl.jar and native library. Please try deleting all jogl.jar and associated .so files from your machine and reinstalling a current JOGL build.

That was it! I updated the native files and forgot to get the matching jar file.
Thanks!