Tuesday, September 23, 2014

Setting JAVA_HOME environment variable on Mac OS

Steps:
-------
a) Edit .bash_profile inside  /Users/susantabehera/ folder
b) Type the following to set the environment variable
    export JAVA_HOME=$(/usr/libexec/java_home)
c) Reload the .bash_profile by typing the following command on Terminal
    source ~/.bash_profile

No comments: