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
- Set
JAVA_HOMEas an environment variable, using the location of your JDK.See the Java website for more information on Setting Your Path.On Windows, addJAVA_HOME="C:\java\install\path"as an environment variable. You must also add it to thePATHenvironment variable.On the Mac, run the following command:echo "export JAVA_HOME=\$(/usr/libexec/java_home)" >> ~/.bash_profile
What to do nextInstall and configure Maven.