I\'m getting below exception when i run my program as below,
java -jar MQprogram.jar
I have set classpath correctly which is referri
It means there's no JAR in your CLASSPATH that contains a .class file for com.ibm.mq.MQException.
com.ibm.mq.MQException
This is Java 101.
This explains what to do about it.
Finding this link was Google 101.