Native libraries

Native libraries can be installed on an TIBCO ActiveSpaces® Transactions node using one of these techniques:

The directories specified using either of these methods are automatically added to the LD_LIBRARY_PATH of all JVMs started on the node. The directories are added to the LD_LIBRARY_PATH in this order:

  1. The java.library.path directories specified on the deployment tool command-line.

  2. The node's deployment directories.

The directories specified in the java.library.path property are server side directories. The directory names can be absolute or relative, and they are separated with a :. All non-absolute paths are relative to the node directory.

java -jar deploy.jar [-Djava.library.path=<dir1>[:...:<dirN>]] \
    <target> [application parameters]