Re: UnsatisfiedLinkError while using JNI

2006-11-18 Thread Daniel Wildschut
into the classpath. This solved the problem. Thank you for your time & advice - - Daniel Wildschut Caldarale, Charles R wrote: >> From: Daniel Wildschut [mailto:[EMAIL PROTECTED] >> Subject: UnsatisfiedLinkError while using JNI >> >> I then used LD_DEBUG=all to che

Re: UnsatisfiedLinkError while using JNI

2006-11-18 Thread Daniel Wildschut
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, the library itself is found and loaded ( at least according to LD_DEBUG=all ), also if the library is not in the LD_LIBRARY_PATH I get a different error ( the runtime telling me the library could not be loaded). - - Daniel Wildschut Martin

UnsatisfiedLinkError while using JNI

2006-11-18 Thread Daniel Wildschut
library was loaded however when JNI searches for the necessary function it does not search the newly loaded library. ( A lookup is performed on all libraries loaded before but not on the new library ) I am using Debian GNU/Linux with Sun JDK 1.5.08 Any help would be appreciated - Daniel Wildschut