Posted: Tue Dec 20, 2005 8:48 pm Post subject: Jar files to be used
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.
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.
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