Preparing an Environment for TIBCO FTL Software
Before running TIBCO FTL components and applications you must arrange the environment.
Prerequisites
You must have already installed development tools and the Java JDK.
Procedure
-
Open a terminal window by clicking the icon at the top of the virtual machine desktop, and start a shell.
-
Set environment variables.
export JAVA_HOME=/opt/java/jdk1.8.0_build_num
export PATH=$JAVA_HOME/bin:/opt/gcc/4.4.4/bin:$PATH
export LD_LIBRARY_PATH="/opt/gcc/4.4.4/lib/amd64:$LD_LIBRARY_PATH"
export TIBFTL_ROOT=/opt/tibco/ftl/ftl_release
-
Run the FTL setup script.
cd /opt/tibco/ftl/ftl_release/samples
source setup
Copyright © Cloud Software Group, Inc. All Rights Reserved.