I am trying to access MQ queues using Jms. I am going down
java.lang.UnsatisfiedLinkError: in java.library.path no mqjbnd05 I am passing
-Djava.library.path = "C: \ Program Files \ IBM \ WebSphere MQ \ java \ lib" While accepting the program as VM logic. There has been a lot of discussions on the Net on this issue but out of any conclusions. Has anyone solved this? TIA
You may have some old MQ jar files, either in your CLSPPAT, Lib or ER.
Remove them and you should be okay
You should not put MQ files in your EAR or Web-enf / GB folders. They should be in the classpath of your application.
Comments
Post a Comment