Child pages
  • Setting the JAVA_HOME Environment Variable

Versions Compared

Key

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

...

Code Block
titleSet JAVA_HOME variable for 'tcsh'
exportsetenv JAVA_HOME="/usr"
Code Block
titleSet JAVA_HOME variable for 'bash' (directory is default for the Debian and Ubuntu apt-get package)
declare -x JAVA_HOME="/usr"

...