Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tizen Install on Windows 10 will not recognize JDK 9 installed

I am attempting to install the 64-bit version of Tizen SDK on my Win10 Home Laptop. However, every time I get the error that I either don't have java 8+ installed or that the JAVA_HOME environmental variable isn't set right.

Now I've read other questions on this, and I've set the JDK directory as first in the "Path" environmental variable. I've added the JAVA_HOME environ. var and pointed it at my JDK directory. I've rebooted twice throughout this (just in case).

I tried to install the 32-bit version of Tizen SDK, but immediately got the error that I'm not on a 32-bit OS.

I have d/l and installed Java 9 SDK and JRE. They're in C:\Program Files\Java\jdk-9 & C:\Program Files\Java\jre-9 respectively.

Here's my Path variable: Path Variable Image

Any help would be mucho appreciated!

like image 446
Kenyx Avatar asked Oct 06 '17 03:10

Kenyx


People also ask

Does tizen support Java?

Java Development Kit (JDK) RequirementsNoteThere is no JDK prerequisite for Tizen Studio 3.7 and higher. You must install Oracle Java Development Kit (JDK) 8 or OpenJDK 12 for Tizen Studio 3.5 and Tizen Studio 3.6. Download the JDK from the official Oracle Web site.

How do I install Java JDK 9?

In a browser, go to the Java SE Development Kit 9 Downloads page and click Accept License Agreement. Under the Download menu, click the Download link that corresponds to the .exe for your version of Windows. Download fhe file jdk-9.

Why is Jdk not installing?

Check that the JDK installer is right for your OS (Windows, Linux, Mac...) and architecture (x86, x64). try to use eclipse or netbeans in first place (to write your first hello world, etc), then try to install the java sdk latter. First install the JDK, then install the IDE you need/want.

How do you make sure Java is installed correctly?

Select Start -> Control Panel -> Add/Remove Programs, Here you can see the list of installed software on your computer. The list is displayed in alphabetical order. Check if Java name is listed in the installed software list.


2 Answers

Response on Oct, 2017:

** So far Tizen studio installer can't recognize new version of Java. ** You need to install Oracle Java 8 for now.

Additional Checklist:

[✔] Tizen developers site states "Do not install OpenJDK". Make sure you are using OracleJDK instead of OpenJDK. Related links you might see:

Forum Post

[✔] There's a Tip&Tech document on Tizen Developers Community called 'Guide for Setting JDK'. As you are having Issues, You may check it out.

Tizen: Guide for Setting JDK

[✔] I expect you are using the Latest Tizen Studio 2.0.

Latest Tizen Studio Download Link

Cause history says, Java compatibility Defers with IDE versions: Tizen-sdk-for-wearable-setup Installation issue because of JAVA HOME

Edit on March, 2019:

Tizen-Studio now supports OpenJDK 10

To use Tizen Studio install Oracle Java Development Kit (JDK) 8, JDK 9, or OpenJDK 10 .

Prerequisites for the Tizen Studio OpenJDK 10 and OpenJFX Installation Guideline on Tizen Developers Site

like image 190
Md. Armaan-Ul-Islam Avatar answered Nov 15 '22 21:11

Md. Armaan-Ul-Islam


I was stuck there for a while, too. In addition to setting JAVA_HOME to C:\Program Files\Java\jdk-12.0.1 (no bin at the end), I also added C:\Program Files\Java\jdk-12.0.1\bin to the beginning of PATH; then it worked.

like image 45
Dabbler Avatar answered Nov 15 '22 20:11

Dabbler