Re: UnsatisfiedLinkError - JNI

2004-07-07 Thread Tim Penhey
Josef Henryson wrote: Hi! I get an UnsatisfiedLinkError when trying to System.loadLibrary(foo) from a class instantiated within a Servlet. The library libFoo.jnilib is in a folder within java.library.path and the class loading it is inside a JAR in $CATALINA_HOME/shared/lib. Beside the JNI

RE: UnsatisfiedLinkError - JNI

2004-07-07 Thread CAGALLOM
no email please -Mensaje original- De: Tim Penhey [mailto:[EMAIL PROTECTED] Enviado el: MiƩrcoles 7 de Julio de 2004 14:33 Para: Tomcat Users List Asunto: Re: UnsatisfiedLinkError - JNI Josef Henryson wrote: Hi! I get an UnsatisfiedLinkError when trying to System.loadLibrary(foo

Re: UnsatisfiedLinkError - JNI

2004-07-07 Thread Josef Henryson
See bottom of message... On Jul 7, 2004, at 21:33, Tim Penhey wrote: Josef Henryson wrote: Hi! I get an UnsatisfiedLinkError when trying to System.loadLibrary(foo) from a class instantiated within a Servlet. The library libFoo.jnilib is in a folder within java.library.path and the class loading