java.lang.UnsatisfiedLinkError
Okay, I've read all about these errors and I know what they mean and what to do when the error message is something helpful, like "no <whatever> in library path" or some such.
I'm trying to load the Odejava native library for Mac on a computer that is part of a lab, and thus uses remote access to a server to store all files.
Anyway, I get an UnsatisfiedLinkError that as an incredibly unhelpful message. It just gives me the directory of the libodejava.jnilib. libodejava.jnilib is in that directory so I'm not sure what's wrong. The associated dylib is also in the library path.
The strangest thing is that the computer is able to load the jogl native libraries perfectly fine. The only difference is that they don't use any dylib's.
Does anyone know what it means to have an UnsatisfiedLinkError that only displays the directory of the native library. I'm running on jdk 1.5
Thanks

