cd
That will take you to your home directory
vi .bash_profile
And include:
export JAVA_HOME=/Library/Java/Home
Now every time a shell is open, you wil have that set
cd
That will take you to your home directory
vi .bash_profile
And include:
export JAVA_HOME=/Library/Java/Home
Now every time a shell is open, you wil have that set