Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install-openjdk-for-windows information missing or wrong #1393

Open
rob-ack opened this issue Jan 15, 2021 · 2 comments
Open

install-openjdk-for-windows information missing or wrong #1393

rob-ack opened this issue Jan 15, 2021 · 2 comments

Comments

@rob-ack
Copy link

rob-ack commented Jan 15, 2021

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.

@rob-ack
Copy link
Author

rob-ack commented Jan 15, 2021

probably it will be good to explicitly note that in case an other installed java version is present and is prefered instead of the desired sdk on the system this can interfere with the ability to deploy or debug which is obscure to the developer in the first place.
in my case the sdb experience was affected and no breakpoints where triggered. beside this everything appeared to work but this had to be wrong.

@annie-samsung
Copy link
Contributor

@RobertAcksel, thank you for raising this issue, we will update the documentation to reflect the accurate information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants