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
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 environmen
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,