Adding ActiveSpaces Library into Environment Variables

To use the TIBCO ActiveSpaces caching, you have to add the ActiveSpace library to the environment variables.

Add the ActiveSpaces library according to the platform that you are using:
  • For Windows:

    add AS_HOME/version_number/lib to the path environment variable.

  • For Linux:
    • add AS_HOME/version_number/lib to the path environment variable.
    • add LD_LIBRARY_PATH=AS_HOME/version_number/lib to the environment variables.
    Note: To deploy the application to TIBCO Enterprise Administrator, add AS_HOME to the environment variables.
  • For Mac OS:
    • add AS_HOME/version_number/lib to the path environment variable.
    • add LD_LIBRARY_PATH=AS_HOME/version_number/lib to the environment variables.
    • add AS_HOME to the environment variables.
    • copy jar files in the AS_HOME/version_number/lib directory to the TIBCO_HOME/tibcojre64/1.8.0/lib folder.