does java -version return the location of java home code example
Example 1: how to check which java version i have
java -version
Example 2: change java version
/usr/libexec/java_home -V
export JAVA_HOME=`/usr/libexec/java_home -v 1.6.0_65-b14-462` //java 8