While running the Java Program in Solaris for MQ 5.1,
I am getting the following error.
java.lang.UnsatisfiedLinkError: no wmqjbind in shared library path
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Error.<init>(Compiled Code)
at java.lang.LinkageError.<init>(Compiled Code)
at java.lang.UnsatisfiedLinkError.<init>(Compiled Code)
at java.lang.Runtime.loadLibrary(Compiled Code)
at java.lang.System.loadLibrary(Compiled Code)
at java.lang.ThreadGroup.uncaughtException(Compiled Code)
at com.ibm.mq.MQSESSIONServer.MQCONN(Compiled Code)
at com.ibm.mq.MQQueueManager.connect(Compiled Code)
at com.ibm.mq.MQQueueManager.<init>(Compiled Code)
at test.main(Compiled Code)
Where can i get the wmqjbind file.... Can anyone help in this..
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
The file should be provided in /opt/mqm/java/lib. You probably don't have your LD_LIBRARY_PATH setup to include the /opt/mqm/java/lib. There is a section in Chapter 2 of the Using Java manual that discusses environment variables.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum