Author |
Message |
Topic: Another java.lang.UnsatisfiedLinkError: no mqjbnd05 in java |
rashmishaw
Replies: 10 Views: 11188
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 13, 2007 9:53 pm Subject: Another java.lang.UnsatisfiedLinkError: no mqjbnd05 in java |
The prob is I have hard coded the env variable .. which is not the correct way of doing it .. when we install mq the env variable are set in the system env setting .. which generally helps .. but in m ... |
Topic: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
rashmishaw
Replies: 14 Views: 34322
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 13, 2007 2:42 am Subject: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
Yes, has to run the program .. |
Topic: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
rashmishaw
Replies: 14 Views: 34322
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 12, 2007 11:38 pm Subject: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
Was finally able to run the program .. by including
MQENviorment : Host
MQEnvironment.channel
MQEnvironment.port
in the code ..
This issue comes when the code cannot get the host name ... |
Topic: Another java.lang.UnsatisfiedLinkError: no mqjbnd05 in java |
rashmishaw
Replies: 10 Views: 11188
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 12, 2007 11:32 pm Subject: Another java.lang.UnsatisfiedLinkError: no mqjbnd05 in java |
Hey I was also getting the same error and was able to resolve the problem by using
MQENviorment : Host
MQEnvironment.channel
MQEnvironment.port
in the code... But I think its not the permane ... |
Topic: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
rashmishaw
Replies: 14 Views: 34322
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 06, 2007 9:33 pm Subject: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
My classpath variable is C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mq.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\connector.jar;C:\Program Files\IBM\WebSphere MQ\tools\java\base;C:\Program ... |
Topic: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
rashmishaw
Replies: 14 Views: 34322
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 05, 2007 7:11 pm Subject: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
I have tried that out but I am still getting the same error .. nothing worked  |
Topic: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
rashmishaw
Replies: 14 Views: 34322
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 04, 2007 10:59 pm Subject: java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library. |
Hello Friends,
I am new to MQ, trying to run a program but its giving me the following error :
java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library.path
at java.lang.ClassLoader.loadLi ... |