Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Mastering Change Data Capture: Read Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] BD 6.1.1 installer jdk error

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
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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>

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi 
Check your JDK installation and settings from the following aspects:

Since version 6.0.0, Java 8 is recommended and Java 7 is a minimum. Make sure you installed the appropriate Java version.
A JDK must be installed. Refer to this article for further information about what the folder structure should look like: http://docs.oracle.com/javase/8/docs/technotes/tools/windows/jdkfiles.html
In Talend Studio, configure the JDK path in  Windows > Preferences > Java > Installed JRES. Refer to the Requiring a JDK installation to build jobs starting from version 6.0 article.
 
Anonymous
Not applicable
Author

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.
Anonymous
Not applicable
Author

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>
Anonymous
Not applicable
Author

Great, thanks for your feedback!