I want to understand why java_home is not setup for my system as a whole but only bash_profile
echo $JAVA_HOME // it return empty value
It return proper path inside bash profile
source ~/.bash_profile
echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home