Question
I recently installed Tizen Studio on Windows 10, but when I try to create a workspace, I receive the error message: "An error has occurred. See the log file C:.metadata.log." The error title mentions Eclipse, but I'm not sure if I need to install Eclipse separately.
Additionally, after installing Tizen Studio, the Package Manager won't start. I've tried running it both normally and as administrator, but it still doesn't work.
Here's a screenshot of the error I'm encountering: [Image: Error dialog showing "An error has occurred. See the log file C:.metadata.log."]
Answer
Problem Understanding
The issue appears to be related to Java version compatibility with Tizen Studio. Many users encounter this problem when using Java versions newer than Java 8.
Solution Methods
-
Verify Java Version:
- Tizen Studio currently requires Java 8 (JDK 8u201)
- Uninstall any existing Java versions through "Add or Remove Programs"
- Install Java SE Development Kit 8u201 from Oracle's website
-
Clean Installation:
- Completely uninstall Tizen Studio
- Delete all related folders (including the installation directory and workspace)
- Download and install the latest Tizen Studio version (3.7 or newer) from the official site
- Note: Newer versions (3.7+) come with prebundled Java, eliminating the need for separate Java installation
-
Check System Requirements:
- Ensure your system meets all prerequisites listed in the official documentation
- Verify your Windows version is compatible with Tizen Studio
Additional Tips
- If developing web applications, ensure you have Chrome version 51.0.2704.84 installed
- For native applications, make sure your development environment is properly configured
- Always check the error log file (C:.metadata.log in this case) for more detailed error information