|
From: Brandsdorfer, W. <wil...@et...> - 2004-01-28 19:53:15
|
Greetings, Problem solved. Sorry to trouble you. My env is tightly controlled by sys admins and the shell launched by wrapper had different env then the one launched by hand. Sorry and Thanks, William Brandsdorfer -----Original Message----- From: Brandsdorfer, William=20 Sent: Wednesday, January 21, 2004 12:54 PM To: 'wra...@li...' Subject: multiple wrapper.java.liibrary.path statements=20 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 =09 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 |