Native libraries can be installed on an TIBCO ActiveSpaces® Transactions node using one of these techniques:
using the java.library.path
JVM property
specified on the deployment tool (see the section called “Deployment tool”) command line.
deployment directories. See the TIBCO ActiveSpaces® Transactions Administration for details on specifying deployment directories.
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:
The java.library.path
directories specified
on the deployment tool command-line.
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]