Re: calling native code

2004-04-05 Thread Paul Mansfield
On Mon, 2004-04-05 at 13:25, Astrid Wagner wrote: > Hi, > > I just found out that setting the LD_LIBRARY_PATH var on the shell hmmm, that didn't work for me, so maybe it's a tomcat4 thing. - To unsubscribe, e-mail: [EMAIL PRO

Re: calling native code

2004-04-05 Thread Astrid Wagner
Thanks Pete -Original Message- From: Astrid Wagner [mailto:[EMAIL PROTECTED] Sent: 05 April 2004 13:13 To: [EMAIL PROTECTED] Subject: calling native code Hi, I am using tomcat 4.1.24 and want to use native c-code with JNI. I have a shared library installed in an oracle subdirectory that is

Re: calling native code

2004-04-05 Thread Paul Mansfield
On Mon, 2004-04-05 at 13:12, Astrid Wagner wrote: > added to the LD_LIBRARY_PATH > when Apache is started (apachectl) but when I restart tomcat this > directory is no longer in it > which leads to a > java.lang.UnsatisfiedLinkError: > error. Where can I modify the LD_LIBRARY_PATH within tomcat ? >

RE: calling native code

2004-04-05 Thread Peter Guyatt
] Sent: 05 April 2004 13:13 To: [EMAIL PROTECTED] Subject: calling native code Hi, I am using tomcat 4.1.24 and want to use native c-code with JNI. I have a shared library installed in an oracle subdirectory that is added to the LD_LIBRARY_PATH when Apache is started (apachectl) but when I restart

calling native code

2004-04-05 Thread Astrid Wagner
Hi, I am using tomcat 4.1.24 and want to use native c-code with JNI. I have a shared library installed in an oracle subdirectory that is added to the LD_LIBRARY_PATH when Apache is started (apachectl) but when I restart tomcat this directory is no longer in it which leads to a java.lang.Unsatis