The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
centos 7 安装maven
执行mvn -v 的时候报这个错误 发现是 java_home 的路径不对
which java 找到java 的执行目录 修改下 /etc/profile的 java_home的路径 可以使用了