Languages

Menu
Sites
Language
SDK Installer cannot detect Java

I have jdk 1.7 installed in my PC but im not able to install the SDK as the installer prompts a problem stating-

"Cannot execute Java even if installed.

Check environment variables or java version."

What is the solution to it?

 

Responses

6 Replies
Raghavendra Reddy Shiva

Did you try adding the Java path to the environment variable or exporting the path (in linux).

Also share the install manager logs. Is this on windows environment ?

Sidharth Thapar

I am using Windows 7 home basic.

Yes i have added java to the environment variable.

Still i am not able to install the SDK.

Please help

T S

Hi Sidharth Thapar,

If its Windows environment, Please set the system environment Path Variable to 'c:\windows\system32'.
Refer the thread for more information : https://developer.tizen.org/forums/sdk-ide/sdk-installation-fails-windows-7-x64

~Sanjana T S

Sidharth Thapar

Thanks a lot .

The issue is resolved.

Minjin Song

I've got same error as "Cannot execute Java even if installed. Check environment variables or java version."
How did you solve it?

Host developemnt environments
OS : Windows 7 32bit
Java : 1.8.x

Environment Variables are 
%JAVA_HOME% = C:\Program Files\Java\jdk1.8.0_05
%JRE_HOME% = C:\Program Files\Java\jre8
%PATH% = 
%JAVA_HOME%\bin;%JRE_HOME%\bin;c:\windows\system32

Alex Ashirov

Hi,

Please take a look at the last 3 messages:

https://developer.tizen.org/forums/general-support/tizen-sdk-install-manager-fails-start-you-must-have-either-java-runtime...-message

Hopefully this helps you.