Re: Linux JNI ClassLoad

2006-03-05 Thread Richard Toren
Hello, I use the SleepyCat dbxml which is also JNI and I have to do the following: export JAVA_OPTS='-Djava.library.path=/path/to/folder/with/so' then... sh catalina.sh .run I'd wager that you would have to do the same.. Richard Shannon Scott wrote: Greetings, I have been trying

Re: Linux JNI ClassLoad

2006-03-03 Thread Mike Sabroff
I think that this can be done with the environment variable LD_LIBRARY_PATH which will point to your C object file. This is an uneducated guess, but worth a try. Mike Shannon Scott wrote: Greetings, I have been trying to use some Native C code in one of my applications. I have it working,

RE: Linux JNI ClassLoad

2006-03-03 Thread Shannon Scott
from $CATALINA_BASE/shared/classes? Thanks again. Shannon -Original Message- From: Mike Sabroff [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 11:29 AM To: Tomcat Users List Subject: Re: Linux JNI ClassLoad I think that this can be done with the environment variable