标签:org.codehaus.plexus.classworlds.launcher.launche maven
在设置环境变量要把maven所在路径设置home
M2_HOME是maven的家目录,如同JAVA_HOME。之后设置PATH变量,需要在M2_HOME后加上bin目录。例如:
export M2_HOME=/opt/apache_maven/
export PATH=$PATH:$M2_HOME/bin
本文出自 “享受编程” 博客,请务必保留此出处http://demidroid.blog.51cto.com/2954092/1641158
maven 安装 出现 错误: 找不到或无法加载主类 org.codehaus.plexus.classworlds.launcher.Launche
标签:org.codehaus.plexus.classworlds.launcher.launche maven
原文地址:http://demidroid.blog.51cto.com/2954092/1641158