user1407668
user1407668

Reputation: 617

The type com.ibm.mq.MQException cannot be resolved. It is indirectly referenced from required .class files

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

Answers (1)

eis
eis

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

Related Questions