Posted: Fri Oct 13, 2006 12:42 am Post subject: MQIVP execution error ( Binding Mode)
Apprentice
Joined: 18 Jan 2006 Posts: 46
Hi ,
I am new to Java . I was using the MQ sample utility MQIVP on a Sun solaris machine to connect to a MQ queue manager on the same machine ( Binding mode ) .But when i fire the command :
java MQIVP
I get a error which says as below :
Error: could not find libjava.so
Error: could not find Java 2 Runtime Environment.
Kindly advise!
Thanking you in anticipation . _________________ Regards ,
VC
You need to set your environment variables. The first error points to LD_LIBRARY_PATH or LIBPATH depending on your flavor of unix.
You need to append /opt/mqm/java/lib or /usr/mqm/java/lib to it.
The second will probably tell you that you did not set env var JAVA_HOME.
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