When I execute a java program which puts a message on to a queue I get the following error message..There was no problem while compiling ,..Could anyone let me know how to overcome this problem ..
java.lang.UnsatisfiedLinkError: _MQCONN
at com.ibm.mqbind.MQThread.run(Compiled Code)
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
I would guess that your problem is because the java code can't make the jni calls into the MQSeries shared libraries. There is a section in the Using Java manual that discusses environment variables. It is on the last page of Chapter 2.
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
Is the Java application on the same machine as a local queue manager? If not, you may have to specify client connection as opposed to server connection.
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