In order for your Talend
product to use the Java environment installed on your machine, you must set the JAVA_HOME
environment variable.
Procedure
-
Find the folder where Java is installed, usually
/Library/Java/Home
.
-
Open a terminal.
-
Use the export command to set the JAVA_HOME and Path variables.
For
example:
export JAVA_HOME=/usr/lib/jvm/jre1.8.0_65
export PATH=$JAVA_HOME/bin:$PATH
-
Add these lines at the end of the global profiles in the
/etc/profile file or in the user profiles in the
~/.profile file.
After changing one of these files you have to log on again.