Configuring Java

The TIBCO Data Science - Team Studio Custom Operator Framework requires a compatible JDK. This example is tested with JDK 1.8.

Set the path to Java from the command prompt on the development computer.
Before you beginInstall the JDK. For example, install JDK 8 from the Oracle download site.
    Procedure
  1. Set JAVA_HOME as an environment variable, using the location of your JDK.
    See the Java website for more information on Setting Your Path.
    On Windows, add JAVA_HOME="C:\java\install\path" as an environment variable. You must also add it to the PATH environment variable.
    On the Mac, run the following command:
    echo "export JAVA_HOME=\$(/usr/libexec/java_home)" >> ~/.bash_profile