
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
