Top "Java-home" questions

JAVA_HOME is an environment variable which should point to the root directory of the JDK installation.

Jenkins JAVA_HOME 7 doesn't look like a JDK directory

I have jenkins installed on a Ubuntu 14.04.1 LTS. I'm trying to configure the jdk and when I type /usr/lib/…

java jenkins java-home
change java version in macOS BigSur

I can't change the java version in macOS BigSur. i have the following versions : when I execute this command /usr/…

java macos java-8 java-home
I still see Java 1.8 when I am doing java -version after downgrading to 1.7

I downgraded java 1.7 from 1.8, but I still see 1.8 when I do java -version. I changed the path and also made …

java windows java-8 java-home jdk1.7
Running Spark on Linux : $JAVA_HOME not set error

I am trying to configure spark-2.0.0-bin-hadoop2.7 on Ubuntu 16.04.1 LTS. I have set export JAVA_HOME=/home/marc/jdk1.8.0_101 export …

linux apache-spark java-home ubuntu-16.04