Posted: Wed Sep 03, 2003 5:28 am Post subject: NoClassDefFoundError: javax/resource/ResourceException
Novice
Joined: 27 Aug 2003 Posts: 20
I have a Java MQ application that runs fine as a standalone program, but when I integrate the same logic into our Customer Information System API (which is also Java), I get the following error:
java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: javax/resource/ResourceException
at com.ibm.mq.MQEnvironment.<clinit>(MQEnvironment.java:242)
Im a little confused here because I had classpath issues before that prevented me from running. After correcting them, the program took off but stopped on the MQEEnvironment setup. Any help would be appreciated. Thanks in advance. _________________ Jeff
Posted: Wed Sep 03, 2003 5:36 am Post subject: resource error`
Novice
Joined: 27 Aug 2003 Posts: 20
Well, I figured it out. I had the connector.jar file locally but not on the server where the CIS application resides. Sorry for the trouble. _________________ Jeff
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum