tags:

views:

323

answers:

1

Hello Overflowers.

I am writing an application which will be deployed in weblogic. As part of this application, we are using a third party library which uses JNI. How do I make the .so file available to weblogic?

I tried setting the LD_LIBRARY_PATH and restarting weblogic with no luck

A: 

The LD_LIBRARY_PATH environment variable should be set in the setWLSEnv.sh or the startWLS.sh scripts.

Can you show us where and how you did that?

Pascal Thivent