Import of comibmmqjar not working

Hi,

I am trying to put import com.ibm.mq.jar in java code. It doesn’t find these jar files in path.

I added these jar files in my .profile CLASSPATH variable and if I compile the simple java class which imports this, works, but it doesn’t work with adapter java code.

I am using webMethod 4.6. I appreciate any guidance on this.

Thanks

Did you restart IS?

Yes I did restart IS.

Did you place these classes in your IS \lib\jars folder or just add them to your .profile CLASSPATH? You can view the contents of the IS classpath by clicking on the “About” link at the top right of the Administrator main page.

Mark

Thanks I got it resolved. I was using windows client software to compile the java code so I had to copy this jar file on Windows PC where I am using client software