Hi,
libA.so depends on
libB.so.
The
System.loadLibrary("A") call fails with the following error:
java.lang.UnsatisfiedLinkError:
/home/apptest/.java/deployment/cache/6.0/8/543d1248-5a10af09-n/libA.so:
libB.so: cannot open shared object file: No such file or directory
If the application is started from batch this problem can be fixed by setting the LD_LIBRARY_PATH properly.
I do not know however how to fix the issue when the application is started via JWS.
I appreciate any help.
Marton