![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
For the operating system to find the ActiveSpaces libraries when an ActiveSpaces application is run, the following paths must be added to the PATH (Windows and UNIX) or LD_LIBRARY_PATH (UNIX) or DYLD_LIBRARY_PATH (OSX) environment variables on machines where ActiveSpaces is installed:
• Add the ActiveSpaces bin directory to the PATH on Windows and UNIX
• Add the ActiveSpaces lib directory to the PATH on Windows, or the LD_LIBRARY_PATH on UNIX, or the DYLD_LIBRARY_PATH on OSXIf ActiveSpaces is installed in C:\tibco\as\2.1:
Make sure that you prepend the AS_HOME\lib PATH setting and the AS_HOME\bin PATH setting to the PATH setting; for example:If ActiveSpaces is installed in /usr/tibco/as/2.1:Add /usr/tibco/as/2.1/lib to the LD_LIBRARY_PATH and /usr/tibco/as/2.1/bin to the PATH environment variable.If ActiveSpaces is installed in /usr/tibco/as/2.1:Add /usr/tibco/as/2.1/lib to the DYLD_LIBRARY_PATH and /usr/tibco/as/2.1/bin to the PATH environment variable.If you want to use TIBCO Rendezvous as the transport for ActiveSpaces, Rendezvous must be installed on each machine running ActiveSpaces, and these paths must be added to the PATH (Windows) or LD_LIBRARY_PATH (UNIX). For example, add:
• The Rendezvous bin directory: to the PATH on Windows and UNIX
• If TIBCO Rendezvous is installed in C:\tibco\tibrv:If TIBCO Rendezvous is installed in /usr/tibco/tibrv:Add /usr/tibco/tibrv/lib to the LD_LIBRARY_PATH and/usr/tibco/tibrv/bin to the PATH environment variableIn order for the operating system to find the Java class libraries when an ActiveSpaces application is run, the bin and lib directories for the JDK or JRE must be included in the PATH environment variable, for example, C:\Program Files\Java\jre6\bin and C:\Program Files\Java\jre6\lib.
• as-admin.jar and antlr-3.2.jarCreate a System environment variable called AS_HOME that points to the directory where ActiveSpaces is installed, for instance, C:\tibco\as\2.1 on Windows or /usr/tibco/as/2.1 on UNIX.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |