Posted: Wed Jan 14, 2004 11:52 am Post subject: Establishing connection to Queue Manager in Solaris
Apprentice
Joined: 10 Mar 2002 Posts: 28
I'm trying to establish a connection to a Queuemanager in Solaris enviroment. I tested my application on a Windows system successfully.
But in Solaris i get the next error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library.path
My CLASSPATH is:
CLASSPATH=/opt/mqm/java/lib/com.ibm.mq.jar:$CLASSPATH
CLASSPATH=/opt/mqm/java/lib:$CLASSPATH
As the same it was on the Windows Enviroment.
i checked the documentation and i think everything is right. I'm trying to connect in bindings mode connection.
I read some topics and i also add the next variable with no success:
just setting a variable is reflected within the scope of the shell instance.
When you set the path and execute the program the variable you set is not available to the component that runs the program(jre) ,once you do an export that variable becomes environment variable of the kernel and is available to any child processes.
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