Languages

Menu
Sites
Language
Unable to install SDK

I am attempting to install the 64-bit version of Tizen SDK (web-ide_Tizen_Studio_1.3_usa_windows-64.exe) on my Win10 Home Laptop.

However, I get the mesage that I either don't have java 8+ installed or that the JAVA_HOME environmental variable isn't set right.

I have checked and I have 64-bit java 9 installed (from Oracle), it is the first thing in the path and JAVA_HOME are set correctly.

What else could be wrong?

Responses

8 Replies
Armaan-Ul- Islam

I've shared a to-do checklist on this post on stack overflow:

https://stackoverflow.com/questions/46597956/tizen-install-on-windows-10-will-not-recognize-jdk-9-installed/46602142#46602142

 

Go through them, If you have missed any.

Please share your feedback here on this post.

Steve Morris

Thanks but I already went over your checklist very carefully and the only differences I could identify are that I have Java 9 and not 8.

Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.

C:\Users\sdmor>set java
JAVA_HOME=C:\Program Files\Java\jdk-9

C:\Users\sdmor>where java
C:\Program Files\Java\jdk-9\bin\java.exe
C:\Program Files\Java\jre-9\bin\java.exe

C:\Users\sdmor>set path
Path=C:\Program Files\Java\jdk-9\bin;C:\Program Files\Java\jre-9\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\sdmor\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\sdmor\AppData\Local\Programs\Python\Python36\;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC

C:\Users\sdmor>java -version
java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)

C:\Users\sdmor>dir C:\Users\sdmor\Downloads\web-ide_Tizen_Studio_1.3_usa_windows-64.exe
 Volume in drive C is Windows
 Volume Serial Number is 1294-6E03

 Directory of C:\Users\sdmor\Downloads

13/10/2017  02:07       502,768,752 web-ide_Tizen_Studio_1.3_usa_windows-64.exe
               1 File(s)    502,768,752 bytes
               0 Dir(s)  133,640,216,576 bytes free

C:\Users\sdmor>

Steve Morris

It looks like the installer does not recognize Java 9.

I installed Java 8 and changed the various environment variables and Tizen Studio installed correctly.

Armaan-Ul- Islam

Agree with you.

 

Tried Installing Tizen Studio IDE on Ubuntu 14.04 with Java 9, But Java Exception is thrown. And when I revert back to Java 8 again, Installation starts smoothly. Expecting, Tizen team would observe this post and consider Java9 compatibility soon.

Scott McFarlane

Java 8 is still the only supported Java on Tizen Studio (AND ITS 2019!). Anyway for the JAVA_HOME error here is the fix:

You need to go to "Edit the System Environment Variables" by typing it in the Cortana search bar. Click on "Environment Varibles." Look for "JAVA_HOME" in the upper section of the screen (these are the user variables for your username on your PC). If it doesn't exist, then click "New" (the upper of the two "New" buttons on the screen). In "Variable Name" type, "JAVA_HOME", and in "Variable value" hit Browse Directory, and search for, "C:\Program Files\Java\jdk1.8.0_201" or whichever jdk version you have on your PC.

Aditya Aswani

Hi, sorry for a very delayed response. I see that there are many developers facing Java setup issue.

Can you please try the latest Tizen Studio 3.7 available at https://developer.tizen.org/development/tizen-studio/download

There is no prerequisite for Java or no requirement to set any environment variable like JAVA_HOME or Path in this version of Tizen Studio.

Peter Groft

Within Android Studio, you can install the Android 14 SDK as follows:
Click Tools > SDK Manager.
In the SDK Platforms tab, select Android UpsideDownCake Preview.
In the SDK Tools tab, select Android SDK Build-Tools 34. (This label may have a suffix such as rc2.)
Click OK to install the SDK.

Greetings,
Peter