Thursday, January 10, 2013

Where is java_home at mac os lion 10.8

Where is java_home at mac os lion 10.8 ?


Edit the file ~/.bash_profile 
export JAVA_HOME=`/usr/libexec/java_home -v 1.6`
this will set the environment variable accordingly.
Reference from stack over flow:

No comments: