facing problem with IBMTriggerMonitor in hp-ux with jdk1.6

Hi,

We are facing problem with IBMWebsphereMQ6.0 TriggerMonitor while invoking java appliation in hp-ux with jdk1.6.
With other versions of jdk triggermonitor is able to invoke the java application successfully in the same environment. We are facing problems with jdk1.6 only.
Following is the error which we are getting.

/usr/lib/hpux32/dld.so: Unable to find library 'libjli.so'.

And it is able to successfully invoke other non java applications.

Can you please help me out in this regard

Regards
L.Pradeep

Does 'libjli.so' exist somewhere on the system - in the java tree for example.

If it does then add it to the environment variable LD_LIBRARY_PATH, and make sure the process invoking the java call has that envrionment variable set.

Thanks Jim for your valuble response. The proces which invokes the java application is runmqtrm which will come when we install WebSphere mq in unix. This will be installed under mqm user. When we run this process in mqm profile to invoke java application it is working fine.
But when we try to run the same process in our profile it is not able to invoke the java application.
So it is obvious that the runmqtrm is unable to find the shared libray file libjli.so.
Can you please let me know how to set environment for this?

Regards
Pradeep

Sounds similar to this:

java.net Forums : jli.dll was not found error in jdk ...