What is JAVA_HOME and classpath?

JAVA_HOME is usually means the JDK installation home, such as C:\Java\jdk1. 8.0_131 . It is not the JRE installation home. JRE_HOME is the environment variable which store java runtime environment installation path such as C:\Java\jre8 . CLASSPATH is the path where to find the java class when your application executes.

Read more

Why is JAVA_HOME not set?

The JAVA_HOME is set to an invalid directory fix All you need to do to fix this error is edit the JAVA_HOME variable and point it to the correct directory . The JAVA_HOME environment variable must point to the root of the installation folder of a JDK.

Read more