|
From: Brandsdorfer, W. <wil...@et...> - 2004-01-21 17:53:56
|
Greetings,=20 I'm having trouble wrapping a Java program that uses multiple native = libraries. The application is a JMS (IBM) MQSeries program that normally = requires=20 LD_LIBRARY_PATH =3D /opt/mqm/lib:/opt/mqm/java/lib (I'm running on = Solaris - wrapper 3.0.5)=20 My config has the following=20 wrapper.java.library.path.1=3D/etrade/home/wbrandsd/tools/wrapper_solaris= _3.0.5/lib wrapper.java.library.path.2=3D/opt/mqm//lib wrapper.java.library.path.3=3D/opt/mqm/java/lib But when I run it I get:=20 Exception in thread "main" java.lang.UnsatisfiedLinkError: no mqjbnd04 = in java.library.path I know that the path exists because the program runs fine when I set = LD_LIBRARY_PATH and run it without the wrapper.=20 I've also used the wrapper successfully on another (non-MQSeries) = program=20 Is there a known problem with multiple wrapper.java.library.paths?=20 Thanks,=20 Willy=20 |