vim /etc/profile.d/java.sh
java_home=/usr/local/java.1.8.0 PATH=$java_home/bin:$PATH export java_home PATH
source /etc/profile
echo $java_home