Languages

Menu
Sites
Language
Ubuntu 16.04 IDE 2.4 Rev6 Install: No JDK

I am trying to install the Tizen SDK and after running the .bin it states that I do not have JDK installed. I have both 1.7 and 1.8 as I develop for android as well. I primarily use the Oracle downloaded JDK/JRE path directories for IDE setup but since this is looking for what I believe to be a local variable path I installed openJDK-8-jre/jdk but the installer still will not run.

 

I have also installed all pre-req's as outlined without any luck.

 

~/Downloads$ ./tizen-web-ide_TizenSDK_2.4.0_Rev6_usa_ubuntu-64.bin 
Java Development Kit (JDK) was not found on your computer.
To use the Tizen SDK, you need to install the JDK 7 or later.
Please go to http://www.oracle.com/technetwork/java/javase/downloads and download a JDK.

 

I have also tried using the CLI installer and passing --no-java-check paramater

Edited by: Devin Martinolich on 23 May, 2016

Responses

2 Replies
s arefin

Hi,

Can you please check your JDK and Path settings again. 

For (Tizen) JDK requirements  please check the following links:

https://developer.tizen.org/development/tools/download/installing-sdk/prerequisites?langswitch=en 

 

Thanks.

 

Devin Martinolich

I Installed the Oracle JDK manually instead of OpenJDK and that did the trick.