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

  1. Open a terminal window by clicking the icon at the top of the virtual machine desktop, and start a shell.
    bash
  2. 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
  3. Run the FTL setup script.
    cd /opt/tibco/ftl/ftl_release/samples
    source setup