在Windows 8.1上安装maven 3.3.1时出错

时间:2015-04-25 01:11:20

标签: java apache maven path windows-8.1

我在完成maven 3.3.1的安装时遇到问题(我没有找到版本3.2.2进行下载)。

maven文件夹位于此程序文件

  

C:\ Program Files \ apache-maven-3.3.1

在我的路径中,我创建了这个变量

  

M2_HOME - C:\ Program Files \ apache-maven-3.3.1 \ apache-maven \ src

我的道路:

  

路径 - C:\ Ruby22-x64 \ bin;%SystemRoot%\ system32;%SystemRoot%;%SystemRoot%\ System32 \ Wbem;%SYSTEMROOT%\ System32 \ WindowsPowerShell \ v1.0 \; C:\ Program Files \ Microsoft SQL Server \ 110 \ Tools \ Binn \; C:\ Program Files \ Microsoft \ Web Platform Installer \; C:\ Program Files(x86)\ Windows Live \ Shared; C:\ Program Files(x86)\ Git \ cmd; C:\ Program Files(x86)\ AMD \ ATI.ACE \ Core-Static;%JAVA_HOME%\ bin;%M2_HOME%\ bin;

(我的道路上有很多东西,我知道:()

但是,当我执行命令“mvn -version”时,控制台上会显示以下消息:

Error: Could not find or load main class org.codehaus.plexus.classworlds.launcher.Launcher

我真的不知道如何解决它,有人可以帮助我吗?

1 个答案:

答案 0 :(得分:1)

问题是你已经下载了src zip文件而你想要bin zip文件。更改它,将您的M2_HOME更改为新路径,它可能会有效。