Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
JSey
Creator
Creator

Mac OS install problem - java jdk

Hi everyone

 

I'm not familiar with Mac OS, but my client is using MacOS and he has installed talend and java run time environment version 8.  However, when he runs the tos_di-macosx-cocoa application file, he gets an error message - "To use java command-line tools you need to install a jdk".

 

I'm confused as we already installed java 8.  For macos, does he need the JDK and not just the run time environment version?  Also, from the install document here:

 

https://help.talend.com/reader/CZMyqBwyGBXA4AY5G33UZQ/xpHYehIxI5xpLNt8fhxVjQ

 

There is only instructions on java environment path for Linux and Windows.  Does this mean for Mac Os it doesn't need a java environment path?  Any help would be appreciated, thanks.

 

0683p000009M9EE.jpg

Labels (2)
1 Reply
Anonymous
Not applicable

Hi, I just went through this myself. This is what it comes down to:

Install an updated Java JDK from here: https://www.oracle.com/java/technologies/javase-jdk8-downloads.html

 

Once the Jave JDK is installed the unzipped version of Talend DI from here will work http://download-mirror2.talend.com/tos/release/V7.3.1/TOS_DI-20200219_1130-V7.3.1.zip

 

However, due to macOs's quarantine for downloaded executables, TOD DI will only start after running the following from the Talend DI home dir (where executable "TOS_DI-macosx-cocoa" resides):
sudo xattr -d com.apple.quarantine *

 

Hope this helps

/Michael

Hope this helps