There is no JDK prerequisite for Tizen Studio 3.7 and higher. Tizen Studio now has its own version of the Java Runtime included. I think having the JDK installed may be altering the path so it isn’t finding the correct JRE. This may be why it isn’t installing.
Try uninstalling JDK and making sure there is no path to any JDK and reinstalling Tizen Studio 4.x
Please open a support request if you haven’t already created on.
Here is that the support team told me to try
We can follow the below steps-
First of all we have to make sure that we don’t have multiple Java installed on our pc. It can cause problems.
To check Java, please follow the below command-
This is the command to check all java versions installed:
“/usr/libexec/java_home -V”
To check which you are using currently:
“echo $JAVA_HOME”
From your terminal, try the below command-
sudo spctl --master-disable
If we do not have extra Java installed on the MAC, then we have to try to install Tizen Studio from CLI.
Please follow the below steps to install Tizen Studio from CLI-
Make the file executable using the command in terminal
chmod a+x web-cli_Tizen_Studio_4.1_macos-64.bin
Run the installer file and follow the instructions in the terminal.
./web-cli_Tizen_Studio_4.1_macos-64.bin
After the installation is finished only Baseline tools and package-manager are installed.
You have to open package-manager.app from installed location and install any one of the profiles for e.g mobile-6.0, wearable-6.0 to launch the IDE.
Also you may be able to install Tizen Studio with CLI.
None of the above steps are not 100% confirmed, we need to test this on different machines where the problem occurred so contact support and report it if it works or doesn’t.
I tried to install via CLI but ended up in:- ./installer.sh: line 7: /Users/username/.package-manager/jdk/Contents/Home/bin/java: No such file or directory
once the file ./web-cli_Tizen_Studio_4.1_macos-64.bin is executed
I just know enough about Mac commandline to cause havoc so I can’t help here. Please do create a support request The more data they have the more they can narrow this down.
No need to do sudo spctl --master-disable and compromise on your OS security
You can just delete jdk folder in /Users/username/.package-manager/jdk/
find $JAVA_HOME path and create a link in this folder /Users/username/.package-manager/ with jdk reference
I was using Java that came along with Android Studio, hence i did
ln -s “/Applications/Android Studio.app/Contents/jre” jdk
and voila my tizen is setup now
I installed Tizen Studio 4.1.1 on MacOS Big Sur 11.6.1 successfully after delete jdk folder in /Users/username/.package-manager/jdk/ as your instruction. Thanks so much