Author |
Message
|
soumyask |
Posted: Fri Mar 20, 2009 1:33 am Post subject: How do i download com.ibm.mq.jar file? |
|
|
Newbie
Joined: 20 Mar 2009 Posts: 2
|
I am getting the following error..
java.lang.NoClassDefFoundError at com.ibm.mq.MQSESSIONServer.getMQSESSION(MQSESSIONServer.java:70
So plzz help me in getting the com.ibm.mq.jar file... Its Urgent!!!  |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 20, 2009 1:41 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Install the client, available as a download on the IBM site.
Or see the many discussions on this site about this jar file.
Search is much faster than asking because you find the answer given in the past. Helpful when it's urgent.... _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
soumyask |
Posted: Fri Mar 20, 2009 1:48 am Post subject: |
|
|
Newbie
Joined: 20 Mar 2009 Posts: 2
|
actually Vitor, I want only the .jar file which i can replace and continue...
But I am not getting only the file... I saw some of the discussions on this forum, I don think I have any prob with classpath variable etc.... |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 20, 2009 2:21 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
soumyask wrote: |
I don think I have any prob with classpath variable etc.... |
Then you clearly have a different problem, which my Java knowledge is insufficient to assist further with.
I'm also in the "install the client" camp rather than the "I just need the jar file in my app" camp. This is because I believe it's better to control software in infrastructure than application, and don't know enough Java to know better.
Regular posters need not re-ignite this long standing question on this thread.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Mar 21, 2009 8:57 am Post subject: Re: How do i download com.ibm.mq.jar file? |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
soumyask wrote: |
I am getting the following error..
java.lang.NoClassDefFoundError at com.ibm.mq.MQSESSIONServer.getMQSESSION(MQSESSIONServer.java:70
So plzz help me in getting the com.ibm.mq.jar file... Its Urgent!!!  |
Looks like you do not have all the jar files from <mqinstall>/java/lib on the classpath  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|