Question
I recently reinstalled my Windows 7 operating system, changing from 32-bit to 64-bit. After this change, I'm encountering an error when trying to run the Tizen SDK (error screenshot available at: http://i.piccy.info/i9/7c566994900825816e9d591813465fa3/1484423464/128569/1108745/javaer.jpg).
I downloaded Java from https://java.com/en/download/help/windows_manual_download.xml. My Tizen SDK was originally downloaded for Windows 32-bit about a year ago.
My questions are:
- Do I need to download and install a new 64-bit version of the Tizen SDK?
- Could this problem be caused by something else?
Answer
Problem Understanding
The issue occurs because you're trying to run a 32-bit version of Tizen SDK on a 64-bit Windows system after upgrading your OS. The architecture mismatch between the SDK and operating system is causing compatibility issues.
Solution Methods
-
Install 64-bit Tizen Studio:
- Uninstall your current 32-bit Tizen SDK
- Download and install the latest 64-bit version of Tizen Studio from the official website: https://developer.samsung.com/tizen/tizen-studio
-
Update Java:
- Ensure you have the latest 64-bit version of Java installed
- Verify the JAVA_HOME environment variable is properly set
-
Clean Installation:
- Remove any remaining files from the previous installation
- Install Tizen Studio in a new directory to avoid conflicts
Additional Tips
- Always use the latest version of Tizen Studio (currently 1.0.2) for best compatibility
- Make sure your system meets all requirements for Tizen Studio
- If you encounter any issues during installation, check the installation logs for specific error messages