Unable to execute Java Agent to connect to WebsphereMQ

Hi Frens,We have been trying to send documents to WebsphereMQ using Notes Java agent.

Followed the details as per below URL and loaded the jar files

It gives the following error message.

Have tried the following options:

-added jar files to %path% and referenced them in notes.ini file (JavaUserClasse=)

-updated java.policy file

etc … but so far no luck

javax.naming.NamingException: A class could not be located to initialize the context. Check that you have the com.ibm.mq.pcf.jar in your classpath along with any other jar files that may be needed. [Root exception is java.lang.NoClassDefFoundError: com.ibm.mq.MQException]

at com.ibm.mq.jms.context.WMQInitialContextFactory.getInitialContext(WMQInitialContextFactory.java:33)

at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:250)

at javax.naming.InitialContext.initializeDefaultInitCtx(InitialContext.java:318)

at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:348)

at javax.naming.InitialContext.internalInit(InitialContext.java:286)

at javax.naming.InitialContext.<init>(InitialContext.java:211)

Does any one have an idea of what could be wrong.

Thank you in advance