Languages

Menu
Sites
Language
IDE 실행오류

SDK이상없이 깔고 IDE를 실행하려는데 자꾸 이 에러화면이 뜨네요.

Java was started but returned exit code = 13

C:\ProgramData\Oracle\Java\Javapath\javaw.exe

-Dfile.encoding=UTF-8

-Dosgi.requiredJavaVersion=1.6

-XX:+AggressiveOpts

-XX:PermSize=128M

-XX:MaxPermSize=256M

중간생략

-os win32

-ws win32

-arch x86_64

-showsplash

-launcher C:\tizen-sdk\ide\eclipse.exe

-name Eclipse

중간생략

-vm C:\ProgramData\Oracle\Javapath\javaw.exe

-Dlog4j.configuratorClass=org.tizen.common.util.log.TizenLog4jConfigurator

-jar C:\tizen-sdk\ide\\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar

 

 

이런에러메시지가 한페이지에 뜨면서 실행이 안됩니다 어떤 문제가 있는건가요??

Responses

1 Replies
Mehedi Alamgir

For Tizen SDK, You need to install Java 1.7 or later version.

 Usually this problem occurs for  incompatible architectures of Tizen IDE  and the JVM. Please follow the following steps

 

  1. Install  Java latest version (1.8) based on your OS bit (32 / 64 bit)
  2. Check  whether you use same bit version of Tizen SDK according to your OS . If your OS is 32 bit then use 32 bit Tizen SDK  and if OS is 64 bit use 64 bit sdk.
  3. After installing the Java latest version , SET Java  path variable  correctly.
  4. Now in CMD write “java -version”. If  will show  your newly installed java version.

 

Hope it will work.

If you find my post is helpful for you, please mark it as the Best Answer to promote this post to others.