Hi,
We are migrating from BD 5.6.2 to 6.1.1, installing on Ubuntu 14. Get the following error when running the installer for 6.1.1 as follows...
"...Error: There has been an error.
System environment variable JAVA_HOME is not set to an Oracle JDK (only JRE is
detected). Please set correctly this environment variable and re-run this
installer...."
JAVA_HOME is set to /opt/java/jdk1.8.0_45, permissions are +x.
Any help appreciated.
Andrew
Have found a solution. Specify the path to JAVA_HOME in the command that runs the installation file. e.g. sudo JAVA_HOME=<path to your oracle jdk> .<path to your installer file>
Hi Shong,
We have jdk1.8.0_45 installed. Our directory structure matches the Oracle specs.
Sorry, I wasn't clear, we are trying to run Talend-Tools-Installer-20151214_1327-V6.1.1-linux64-installer.run.
Have found a solution. Specify the path to JAVA_HOME in the command that runs the installation file. e.g. sudo JAVA_HOME=<path to your oracle jdk> .<path to your installer file>