Posted: Fri Nov 17, 2006 3:21 am Post subject: java.lang.NoClassDefFoundError: com/ibm/mq/MQException
Newbie
Joined: 09 Jul 2006 Posts: 3
I have written a small program in Java to connect a remote queue manager from my local system. The program is an applet program. when I am running the program, it's throwing the error................
I have set the connector.jar in the CLASSPATH also
java.lang.NoClassDefFoundError: com/ibm/mq/MQException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1747)
at java.lang.Class.getConstructor1(Class.java:2063)
at java.lang.Class.newInstance3(Class.java:331)
at java.lang.Class.newInstance(Class.java:305)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:675)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:604)
at sun.applet.AppletPanel.run(AppletPanel.java:333)
at java.lang.Thread.run(Thread.java:568)
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