Due to Talend Open Studio prerequisites link, we need to install OpenJDK 11 (recommended distribution: Zulu) or OracleJDK 11.
In this tutorial, I used OpenJDK 11 provided by Fedora package repository.
Package information:
Package installation:
Step 2: Setup java with alternatives command
In this step, we use command alternatives to set java version systemwide, java-11-openjdk.x86_64 is selected with option 3.
Step 3: Set JAVA_HOME
I used shell named zsh, I will configure JAVA_HOME in .zshrc file which located in ~/.zshrc. If you use bash, you will need
to configure .bashrc. You can trace the java home path using alternatives in Step 2. For me, the value is /usr/lib/jvm/java-11-openjdk-11.0.18.0.10-1.fc37.x86_64
Step 4: Download, Extract and Execute Talend Open Studio
After download Talend Open StudioTOS_DI-20211109_1610-V8.0.1.zip, and extract, you gonna see a list of file & directory.
You need to execute this file named TOS_DI-linux-gtk-x86_64 and done. Good luck.