Tizen-sdk-for-wearable-setup Installation issue because of JAVA HOME

三世轮回 提交于 2019-12-01 08:24:23

At last solve the Issue.

Installed jdk1.7.0_51 (I think currently JAVA 8 is not supported).

Set the JAVA_HOME as C:\PROGRA~1\Java\jdk1.7.0_51 (thanks to @Michael comment).

This link: https://answers.madewithmarmalade.com/questions/16878/cant-install-tizen-sdk-on-windows-8-64-bit.html solved for me the problem of Tizen SDK installation:

Change directory to %LOCALAPPDATA%\Temp\tizensdk_TimeStampOfInstallationInvocation

java -jar InstallManager.jar

My system: Windows 7 Ultimate x64. Java's version installed (64 bit):

g:>echo %JAVA_HOME%

c:\Program Files\Java\jdk1.8.0_05

g:>echo %CLASSPATH%

c:\Program Files\Java\jdk1.8.0_05\jre\lib

Added to PATH: c:\Program Files\Java\jdk1.8.0_05\bin\

(Tizen IDE and "Hello World" example run just fine.)

I encountered the same problem and finally I realised that my version of Tizen installer is 64bit but I installed 32bit java in my computer. Then I downloaded 32bit Tizen installer and everything was fine.

I encountered the same problem, and it was solved by placing the Java path in the beginning of the system path ! weird.. but worked :)

You must include, depending on whether you downloaded the x86 or x64 Tizen installer, C:\Program Files (x86)\Java\jre7\bin or C:\Program Files\Java\jre7\bin in the PATH environment system variable. You can't use java 8. See this oracle page for instructions on setting environment variables. I have read some others mention that they put the entry at the very beginning of the PATH variable. I think this would only matter if you also had an entry for java 8, but better safe than sorry.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!