Postinstallation Tasks
You must perform certain post-installation tasks before you can create and configure runtime objects.
The IBM MQ Plug-in is installed and ready to use in most respects, however to use local bindings mode in the studio environment, it is necessary to add the IBM MQ native library path to the system library path for your platform.
On Linux, this is the LD_LIBRARY_PATH. On Windows, it is PATH. On other unixes, it is LIBPATH.
For either system wide or for specific user accounts, you have to modify the environment variable to make sure it contains MQ_HOME/lib, MQ_HOME/java/lib, or MQ_HOME/java/lib64.
To test whether this modification is successful, you can create an IBM MQ connection by using the Local bindings and then click test. If you get a message such as "MQRC_MODULE_NOT_FOUND MQJE001: Completion Code '2', Reason '2495'.", it means the path is not correct.