Top "Java-home" questions

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

How to set java_home on Windows 7?

I went to the Environment Variables in 'System' in the control panel and made two new variables, one for user …

java windows-7 java-home system-variable
How to set JAVA_HOME in Linux for all users

I am new to Linux system and there seem to be too many Java folders. java -version gives me: java …

java linux java-home path-variables
How to set CATALINA_HOME variable in windows 7?

I have downloaded apache-tomcat-7.0.35. My JDK version is jdk1.6.0_27. How do I configure CATALINA_HOME as an environment variable and …

java tomcat environment-variables java-home catalina
Where is the Java SDK folder in my computer? Ubuntu 12.04

I know it's installed because when I type: $java -version I get: OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1) …

java java-home
How to set Oracle's Java as the default Java in Ubuntu?

How do I change the value of JAVA_HOME in Ubuntu to point to Oracle's Java? Should it point to …

java ubuntu java-home
Make $JAVA_HOME easily changable in Ubuntu

In Ubuntu, I'd like to switch my JAVA_HOME environment variable back and forth between Java 5 and 6. I open a …

linux ubuntu environment-variables java-home
How to set JAVA_HOME path on Ubuntu?

How can I setup JAVA_HOME path without having to set it each time I restart my machine? I've used …

java linux ubuntu java-home
How to change Java version used by TOMCAT?

I have Java 1.6 and Tomcat 5.5 installed on my system. But Tomcat 5.5 accesses Java 1.5 and hence as the outcome I get …

java jsp tomcat tomcat5.5 java-home
Error: JAVA_HOME is not defined correctly executing maven

I installed java and set the path environment and when I run echo $JAVA_HOME in the terminal I get …

java maven java-home
How to change JAVA.HOME for Eclipse/ANT

I am trying to sign a jar file using an ANT script. I know this has to be pointed at …

java eclipse ant environment-variables java-home