In order for your Talend product to use the Java environment installed on your machine, you must set the JAVA_HOME environment variable.
export JAVA_HOME=/usr/lib/jvm/jdk11.0.13 export PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME=/Library/Java/JavaVirtualMachines/<zulu_package>/Contents/Home/ export PATH=/$JAVA_HOME/bin:$PATH
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!