Configuring Java

The Team Studio Custom Operator Framework requires a compatible JDK. We tested with JDK 1.8.

Set the path to Java from the command prompt on the development computer.

Prerequisites

You must have installed the JDK. For example, you can install JDK 8 from the Oracle download site.

Procedure

  • 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