Hi all,
I seem to have developed an issue with JOGL under OSX Leopard and I can’t for the life of me see what the issue is.
I have installed the libraries under /Library/Java/Extensions. However whenever I run a JOGL application I get the following error:
Exception in thread “main” java.lang.UnsatisfiedLinkError: /Library/Java/Extensions/libjogl.jnilib
If I remove all traces of JOGL from the folder then I get an error about not being able to find JOGL on the java library path…
Therefore as far as I can see it is finding the libraries… just erroring out when it loads them.
I can’t for the life of me see what the problem is… I can only hazzard a guess something has got broken with my Java installation… but what?
I will hold my hand up and say JOGL used to work fine on Leopard so I presume it is something I have done to my Java install… I’ve tried installing the latest Java SE 6 Developer Preview from Apple but that reports the same issue… stumped.
Any clues would be greatly welcome!
Cheers
Mark