ORA-29534 com.ibm.mq.MQQueueConnectionFactory could not be resolved
I see that this is a very popular issue therefore I'm banking on someone having a solution.
Upon loading mq jar files to Oracle and then compiling my own Java using loadjava I get:
ORA-29534 referenced object....com.ibm.mq.MQQueueConnectionFactory could not be resolved.
The class is visibly there on Oracle. How can I get Oracle to reference and resolve this class ?
Many thanks