Enterprise Framework

Software Solutions in the Enterprise

Mac: Set JAVA_HOME

Mac: Set JAVA_HOME

Open Terminal

$ nano ~/.bash_profile


Add the following line:

export JAVA_HOME=$(/usr/libexec/java_home)


Close terminal and reopen

Comments are closed