UnsatisfiedLinkError on GLU calls

I’m getting a UnsatisfiedLinkError exception when I call GLU functions like gluPerspective(). The line:

GLU glu = glDrawable.getGLU();

is NOT returning null, and everything else works fine if I don’t use anything in GLU. Any ideas?

Can you provide more details on OS type & version etc.?

Yuri

WinXP, JoGL version is “June 24 Win32 Build”, Java SDK is version 1.4.2 of the J2RE.

Please upgrade to the September 5 build or the nightly binaries from the games-demos java.net project and try again.

Awesome, that’s done the trick! Thanx 8)