bash-2.05b# java -Djava.library.path=/opt/mqm/java/lib MQIVP
Websphere MQ for Java Installation Verification Program
5724-B4 (C) Copyright IBM Corp. 2002. All Rights Reserved.
===========================================================
Please enter the IP address of the MQ server :
What I don't know is Java version(64bit/32bit), how to tell java is 32bit or 64bit
AIX I would expect /usr/mqm for programs
Solaris I would expect /opt/mqm for the programs.
What is happening is that you have not defined enough of the jars in your classpath.
You should have all the files in /usr/mqm/java/lib in your classpath.
You need as well to add
/usr/mqm/java/lib to your library path
LIBRARY_PATH OR LD_LIBPATH (from memory depending on the environment).
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