Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I would like to install Talend Open Studio on a Macbook M1, do you have the procedure ?
Has anyone done it already ?
Is it possible ?
thanks.
Hello,
Could you please read the compatible Operating System and compatible Java environment page for latest version 8.0.1 firstly to make sure you are using compatible operating system and Java version?
After that please follow the instructions to install Talend Open Studio on Mac
https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-data-integration-mac
Feel free to post your issue here.
Best regards
Sabrina
Hi @Thomas Bozon,
Some people have had trouble with the Mac installer, so just in case you are experiencing this, here is another way. As @Xiaodi Shirecommended, first ensure that your Java version is supported. Then go here (https://sourceforge.net/projects/talendesb/) and pick up the Zip version. I have linked to the ESB version since it covers everything that the DI version covers, as well as web services. All you need to do is find a location for Talend and explode the Zip file. It doesn't require "installing" as such.
thank you for your information, however when I try to install talend from the TOS_BD-macosx-cocoa file, I get this error message: "thank you for your information, however when I try to install talend from the TOS_BD-macosx-cocoa file, I get this error message"
I did this : xattr -c TOS_DI-macosx-cocoa.app
and now i have this problem : "The JVM shared library "/Library/Java/JavaVirtualMachines/jdk-11.0.17.jdk/Contents/Home/bin/../lib/server/libjvm.dylib"
does not contain the JNI_CreateJavaVM symbol"
Please, help me !
I can't do it
here is the solution, actually I had to use this file:
but for it to work,
I have to display the contents of the package: "TOS_ESB-macosx-cocoa-aarch64.app" and execute the following file :
I installed this version of java, it is the ARM64 version : "jdk-11.0.17_macos-aarch64_bin.dmg"
I then got this error message :
then suddenly I do this command in the terminal :
and i got an error again :
so I do this command: run the command /usr/libexec/java_home -V in the terminal to get the path
and i open Info.plist within the TOS_DI-maxosx-cocoa/Contents folder
and in the file I add this line :" <string>-vm</string><string>Library/Java/JavaVirtualMachines/jdk-11.0.17.jdk/Contents/Home/bin/java</string>"
I save the file.
I run the file again and I get this error:and I also tried to launch this file, I have the same error:
Thanks for sharing this on the main forum @Thomas Bozon.