Child pages
  • Setting the JAVA_HOME Environment Variable

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Setting The procedure to set the JAVA_HOME environment variable differs on different platforms.:

Windows
  • Open System Properties (right-click "My computer" and select "Properties")
  • Open "Advanced" tab
  • Click "Environment Variables"
  • Locate the "JAVA_HOME" system variable and click "Edit"
  • Set the value of the variable to the path of the Java installation, for example: "C:\Progra~1\Java\jre1.6.0_17"

...

Depending on the used shell:

Code Block
titleSet JAVA_HOME variable for 'tcsh'
setenv JAVA_HOME="/usr"

...