JAVA_HOME is an operating system (OS) environment variable which can optionally be set after either the Java Development Kit (JDK) or the Java Runtime Environment (JRE) is installed. The JAVA_HOME ...
I'm programming in Java most of my work. Right now we switch between 2 projects. One using 1.4 and one is using 1.6. Since I use maven I need to to have JAVA_HOME set to the version to use. I would ...