Postinstallation Tasks

You must perform certain post-installation tasks before you can create and configure runtime objects.

The WebSphere 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 WebSphere 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.

You can use another method by adding a path in the TIBCOBusinessStudio.ini file for the JVM that runs TIBCOBusinessStudio. Perform the following steps to complete it.
  1. Navigate to the TIBCO_HOME/studio/4.0/eclipse directory and edit the TIBCOBusinessStudio.ini file.
  2. Add the following line in the section where other -D type parameters appear:

    Djava.library.path=<mqhome>/java/lib64.

  3. Save the file.

To test whether this modification is successful, you can create a WebSphere 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.