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 Caldarale, Charles R
> From: Daniel Wildschut [mailto:[EMAIL PROTECTED] > Subject: UnsatisfiedLinkError while using JNI > > I then used LD_DEBUG=all to check if the library was indeed loaded. > There I found that the library was loaded however when JNI searches > for the necessary function it d

Re: UnsatisfiedLinkError while using JNI

2006-11-18 Thread Daniel Wildschut
r and that any review, disclosure, dissemination, > distribution or copying of it or its > contents > - Original Message - > From: "Daniel Wildschut" <[EMAIL PROTECTED]> > To: > Sent: Saturday, November 18, 2006 4:12 PM > Subject: UnsatisfiedLinkError while

Re: UnsatisfiedLinkError while using JNI

2006-11-18 Thread Martin Gainty
copying of it or its contents - Original Message - From: "Daniel Wildschut" <[EMAIL PROTECTED]> To: Sent: Saturday, November 18, 2006 4:12 PM Subject: UnsatisfiedLinkError while using JNI > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > I am us

UnsatisfiedLinkError while using JNI

2006-11-18 Thread Daniel Wildschut
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am using JNI to load a library which I use for a Web Service running on a Tomcat5.5-Server using Axis. My problem is that when I call a native function it immediatly fails with java.lang.UnsatisfiedLinkError: new_ParticleSocket__SWIG_0

using JNI

2006-11-15 Thread Zohar
Hi, I have a DLL that I need to use from some of my servlets. Where should I put the DLL? How do I load the DLL from all those servlets (should it be loaded only once?)? Is there anywhere I can read about this? Thanks, Zohar. -