Question
I'm trying to install the Tizen SDK on my Windows 7 64-bit computer. I've downloaded the SDK and followed various online tutorials, but I can't get it to work properly.
The issue occurs when I run the 64-bit installer - the installation process starts but seems to have trouble executing my Java JDK. The installer stops at the beginning and then closes itself.
I've tried:
- Running as administrator
- Resolving compatibility issues
- Reinstalling JDK 1.8 and setting the Java path
My computer supports Virtualization Technology, which appears to be the only prerequisite I meet. The installer doesn't provide any error messages, but I suspect it's finding a Java 1.7 installation in the registry instead of my current Java installation.
Answer
Problem Understanding
The main issue appears to be related to:
- Java version conflicts (installer detecting wrong Java version in registry)
- Potential 32-bit vs 64-bit compatibility issues
- Silent installer failure without proper error messages
Solution Methods
-
Registry Cleanup:
- Remove all Java-related entries from the Windows registry
- Use a registry cleaner tool to ensure no old Java versions are referenced
- Reinstall the correct 64-bit Java version
-
Manual Installation:
- Try downloading the Tizen SDK as a zip file instead of using the installer
- Extract and configure manually
-
Alternative Approach:
- Consider using a different development environment (if possible)
- Try installing on a different machine to isolate the issue
Additional Tips
- Ensure you have the latest version of Java JDK installed
- Check the system requirements for the specific Tizen SDK version you're installing
- If possible, upgrade to a newer Windows version as Windows 7 might have compatibility issues with newer SDK versions