ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Jar files to be used

Post new topic  Reply to topic
 Jar files to be used « View previous topic :: View next topic » 
Author Message
amoljoshi
PostPosted: Tue Dec 20, 2005 8:48 pm    Post subject: Jar files to be used Reply with quote

Newbie

Joined: 31 Dec 2004
Posts: 6

I am using MQ installed on a Win2k Server for test purpose.The application which tries to access this is on HP-UX and is using the MQ Java libraries. In this situation, will the jar files from the installation folder of MQ on windows if put on the HP-UX machine give any problem at runtime?
I am currently getting runtime issues if i port my application from Dev env to the test env.
Back to top
View user's profile Send private message
EddieA
PostPosted: Tue Dec 20, 2005 9:23 pm    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Quote:
will the jar files from the installation folder of MQ on windows if put on the HP-UX machine give any problem at runtime

As long as you are using a Client Connection, no.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Dec 20, 2005 9:28 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

You should be fine with the jars using a client connection. Remember you should copy/ftp all the jars from <MQ_install>\java\lib
Make sure as well that you ftp the jars in binary mode. (Doesn't ftp default to ascii ??)
If you can't look at them using your jar utility :
Code:
jar -tvf *.jar
that means that you may have a problem with the jar executable on your path.
Check the jar used : alias | grep jar or which jar
Try again with /usr/java/bin/jar -tvf *.jar
Make sure that the correct jar will be accessed at run time as it will have to read the jar files.

Enjoy
Back to top
View user's profile Send private message Send e-mail
mbw
PostPosted: Tue Jan 03, 2006 8:49 am    Post subject: Reply with quote

Novice

Joined: 09 Dec 2004
Posts: 11

Keep in mind though that just copying the JAR files puts you in an unsupported configuration of the code.

The full client (with HP-UX) support can be downloaded separately here http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24009961&loc=en_US&cs=utf-8&lang=en

(this link is for the WMQ v6 client, but the v5.3 clients are on the SupportPac pages as well).

Incidentally what is the nature of the runtime problem?
:mbw
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Jar files to be used
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.