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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
AGurevich
Contributor
Contributor

Installed But Will not Open

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?

Labels (3)
2 Replies
prg
Employee
Employee

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

AGurevich
Contributor
Contributor
Author

ISSUE SOLVED

 

Install Java as in link:

 

https://wolfpaulus.com/java-on-macos-big-sur/

 

Works great!