Reputation: 617
I am getting a compilation error in eclipse Juno....
The type com.ibm.mq.MQException cannot be resolved. It is indirectly referenced from required .class files
I am using java 1.6
Can anyone tell me how to resolve this?
Upvotes: 0
Views: 3846
Reputation: 53462
Add the library containing said class into your classpath.
com.ibm.mq.MQException is in com.ibm.mq.jmqi.jar in MQ 7.
Upvotes: 4