Which of these Java install locations do I use to set the Java_Home path?
0
votes
1
answer
1641
views
I am following this tutorial to install Android Studio on my Linux Mint. I have reached the stage where I have to **set the JAVA_HOME environment variable to the location of my JDK installation.**
I was offered this link to follow.
So far I have installed Java using this command:
> sudo apt-get install openjdk-9-jre-headless -y
Next, I have used this command to see where Java is installed:
> locate openjdk
Which gives the following result:
In the tutorial , it says :
However, I do not have a path similar to the path shown in the tutorial:
> /usr/lib/jvm/java-9-openjdk-amd64
I am trying to avoid unnecessary mistakes. So that's why I want to know which of the paths given by the ***locate openjdk*** should I use to set Java_Home path.


Asked by Ahmed Ghrib
(121 rep)
Jan 19, 2020, 08:43 AM
Last activity: Sep 10, 2022, 08:10 PM
Last activity: Sep 10, 2022, 08:10 PM