Question
I'm experiencing issues with Tizen 2.2 SDK on my Mac running High Sierra 13.3. The SDK becomes unresponsive when I try to launch it. I've tried using both Java 1.8 161 and Java 1.8 151, but the problem persists.
Answer
Problem Understanding
The user is facing unresponsiveness issues with Tizen 2.2 SDK on macOS High Sierra (13.3). They've attempted using different Java versions (1.8 161 and 1.8 151) without success.
Solution Methods
-
Verify Installation Requirements:
- Ensure you're using the correct Java Development Kit (JDK) 8. OpenJDK is not supported.
- Check the system requirements for Tizen Studio (previously called Tizen SDK) on the official documentation.
-
Clean Installation:
- Uninstall all existing Java versions and Tizen Studio.
- Download and install the official Oracle JDK 8.
- Download the latest Tizen Studio from the official site and perform a fresh installation.
-
Environment Configuration:
- Set the JAVA_HOME environment variable to point to your JDK 8 installation.
- Ensure your system meets all hardware requirements for running Tizen Studio.
Additional Tips
- Consider upgrading to a newer version of Tizen Studio as version 2.2 is quite old.
- Check the system logs for any error messages that might indicate the cause of the unresponsiveness.
- If the issue persists, try running Tizen Studio with administrative privileges.