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的路徑 可以使用了