Languages

Menu
Sites
Language
How to Specify Java Version in Tizen Studio

I'm Currently unable to run Tizen Studio because its assuming the OpenJDK runtime I would like to switch java version to Oracle Java 8.

Number 1 it doesn't respect my JAVA_HOME settings to specify the java version

Number 2 the eclipse.ini does not change the JAVA version 

so can someone tell me what I can tell to tell tizen studio to not use openjdk without uninstall my openjdk instances

I'm currently on Mac OSX

 

 

Responses

1 Replies
Miroslav Beranič

Hi,

this is because JAVA_HOME is not "used" by Eclipse at "boot" time.

Please see reference documentation: https://wiki.eclipse.org/Eclipse.ini#-vm_value:_Mac_OS_X_Example

In "short", you must update eclipse.ini with:

-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin

Hope this helps.

 

Kind Regards,

Miroslav