Author |
Message
|
JYama |
Posted: Thu Oct 08, 2009 7:46 pm Post subject: a way to check the version of mq java classes |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Hello,
Is there a way to check the version of MQ java classes such as com.ibm.mq.jar?
I'd like to know one to read the information from the file itself.
I tried "java -jar com.ibm.mq.jar" but it didn't work.
Any ideas?
Regards, |
|
Back to top |
|
 |
shashivarungupta |
Posted: Thu Oct 08, 2009 10:41 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
if you are in windows, at C:\Program Files\IBM\WebSphere MQ\Java\lib
then rename it to jarfilename.zip > then unzip it or open it > goto META-INF >MANIFEST.MF open it > check the version.
Hope this would help you out.
{*change the name of the jarfilename to the original by removing the extension .zip } _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
JYama |
Posted: Thu Oct 08, 2009 10:53 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
shashivarungupta wrote: |
if you are in windows, at C:\Program Files\IBM\WebSphere MQ\Java\lib
then rename it to jarfilename.zip > then unzip it or open it > goto META-INF >MANIFEST.MF open it > check the version.
Hope this would help you out.
{*change the name of the jarfilename to the original by removing the extension .zip } |
Perfect!
Thanx, |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Oct 10, 2009 12:56 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I thought the way to check the version of the java install was to use the additional parms on dspmqver
Try running dspmqver -? and have it display the components from 0 to 6....
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
JYama |
Posted: Sun Oct 18, 2009 10:18 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
fjb_saper wrote: |
I thought the way to check the version of the java install was to use the additional parms on dspmqver
Try running dspmqver -? and have it display the components from 0 to 6....
 |
Well, actually, I wanted to know the version of the module bundled in WAS/WESB/WPS/WID.
Regards,  |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Oct 18, 2009 10:59 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
JYama wrote: |
fjb_saper wrote: |
I thought the way to check the version of the java install was to use the additional parms on dspmqver
Try running dspmqver -? and have it display the components from 0 to 6....
 |
Well, actually, I wanted to know the version of the module bundled in WAS/WESB/WPS/WID.
Regards,  |
I thought that was given on the compatibility page.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
JYama |
Posted: Mon Oct 19, 2009 12:22 am Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Oct 19, 2009 3:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
|
Back to top |
|
 |
JYama |
Posted: Mon Oct 19, 2009 4:37 am Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Wow! Great!! |
|
Back to top |
|
 |
|