https://github.com/Samsung/tizen-docs/blob/master/docs/application/tizen-studio/setup/openjdk.md#install-openjdk-for-windows
describes how to install open jdk. however it says that you simply have to add JAVA_HOME and after this you can call java from the commandline.
this is wrong. java in openjdk is under the bin directory in the jdk zip. the bin directory is also where the java executable lives. but according to the documentation this path will not be added. you at least have to additionally add the bin directory to the system/user path variable to be able to call java from the commandline.
https://github.com/Samsung/tizen-docs/blob/master/docs/application/tizen-studio/setup/openjdk.md#install-openjdk-for-windows
describes how to install open jdk. however it says that you simply have to add JAVA_HOME and after this you can call java from the commandline.
this is wrong. java in openjdk is under the bin directory in the jdk zip. the bin directory is also where the java executable lives. but according to the documentation this path will not be added. you at least have to additionally add the bin directory to the system/user path variable to be able to call java from the commandline.