Install java version 12 in conda environment

Hello,
I would like to upgrade java version in my conda environment to version 12 in order to use a specific tool. How can I do this?

Thanks in advance !

1 Like

dear sowmyapulapet

nice to meet you.
Anaconda, that is, the conda environment does not have Java built-in, so if you change the Java of the system, it will be reflected as it is.

However, please be aware that if you are using Jupyter or R-Studio, you may get a Java runtime error.

It is better to test it in a single Jupyter environment, R-Studio, Py-Charm, etc.

Regards, you.
ktsh.tanaka.2020

Hi @ktsh.tanaka.2020 ,
Thank you for your reply. Would proceed as you suggested.

1 Like