Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I am running Mac OS Big Sur 11.2.1 and installed 7.3.1 version of Talend Data Integration. The installation was smooth but now it won't launch. It looks as if it is starting I see the Talend icon appear on the Menu Bar for a second but then it disappears.
I'm running
java version "1.8.0_281"
Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)
What can I do?
Hello @Arkady Gurevich ,
Please note that macOS 11.x is not yet on the list of supported OS for Studio.
Help Documentation: https://help.talend.com/reader/NkKh400tF3Z4O8jjJ23uUQ/i726QXJOuTGrCupd_o3Aqw
Operating System for Talend Studio:
Supported Apple macOS 10.14/Mojave
Apple macOS 10.13/High Sierra
Apple macOS 10.12/Sierra
You can try an alternative suggestion if it works;
- Add Java path to Info.plist inside Talend-Studio-macosx-cocoa/Contents
<string>-vm</string><string>/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java</string>
- NOTE: Adding the path to JAVA_HOME did not work.
- Solution found in the StackOverflow thread:
https://stackoverflow.com/q/62647625/679449
Regards,
Vaishnavi