Tizen Studio Installation Error on macOS Mojave

Original Created Oct 18, 2018 | Regeneration Apr 22, 2026

I'm encountering an error when trying to launch Tizen Studio on macOS Mojave. The error log shows:

!SESSION 2018-10-17 16:00:47.610
eclipse.buildId=2.5
java.version=11
java.vendor=Oracle Corporation
...
Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct

The error persists despite having Java installed. How can I resolve this issue?

Problem Understanding

The error occurs because Tizen Studio requires Java Development Kit (JDK) 8 specifically, and is incompatible with newer Java versions (like Java 11) on macOS Mojave. The error message indicates missing Java annotations that are part of JDK 8.

Solution Methods

  1. Install JDK 8:

    • Download JDK 8 from the official Oracle website
    • Follow the installation instructions
    • Verify installation by running java -version in terminal
  2. Remove other Java versions:

    • Check installed Java versions with /usr/libexec/java_home -V
    • Remove all Java versions except JDK 8
    • Set JDK 8 as default: export JAVA_HOME=/usr/libexec/java_home -v 1.8`
  3. Use latest Tizen Studio (3.7+):

    • Download from Samsung Tizen OS
    • This version comes with bundled Java and doesn't require separate JDK installation

Additional Tips

  • After installing JDK 8, restart your system before launching Tizen Studio
  • If issues persist, try completely uninstalling all Java versions before reinstalling JDK 8
  • For Tizen Studio 3.7+, no Java environment configuration is needed as it includes bundled Java

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.