Re: "proper" place for the .so native libraries

1999-10-05 Thread dave madden
=>From: "Ted Neward" <[EMAIL PROTECTED]> =>... =>Does "had good luck" mean without having to modify LD_LIBRARY_PATH? Or =>/etc/ld.so.conf? Yes. If you run the java script with "sh -x" (you have to give it the full path to the script, too, IIRC) you'll see that it calculates a CLASSPATH and a

Re: "proper" place for the .so native libraries

1999-10-04 Thread Ted Neward
From: dave madden <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, September 30, 1999 3:04 PM Subject: Re: "proper" place for the .so native libraries > =>From: Brett Smith <[EMAIL

Re: "proper" place for the .so native libraries

1999-09-30 Thread dave madden
=>From: Brett Smith <[EMAIL PROTECTED]> =>... =>Where is the "proper" location for the *.so native library files? I've had good luck putting them under: .../jdk-1.2/jre/lib/i386/ appropriate platform here! =>One JNI tutorial said the following: =>LD_LIBRARY_P

"proper" place for the .so native libraries

1999-09-30 Thread Brett Smith
Where is the "proper" location for the *.so native library files? One JNI tutorial said the following: LD_LIBRARY_PATH='pwd' export LD_LIBRARY_PATH When I tried this, it caused a "full thread dump" upon calling the native method. Any ideas why? Also, does the blackdown install set a LD_LIBRARY_