java - Error on instalation of maven 3.3.1 on Windows 8.1 -


i'm having problem complete instalation of maven 3.3.1 (i don't find version 3.2.2 make download).

the maven folder located on program files

c:\program files\apache-maven-3.3.1

in path, have variable created

m2_home - c:\program files\apache-maven-3.3.1\apache-maven\src

and path:

path - 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;

(have lot of things in path, know :( )

but, when execute command "mvn -version" following message displayed on console:

error: not find or load main class org.codehaus.plexus.classworlds.launcher.launcher 

i don't know how fix it, can me?

the problem you've downloaded src zip file , want bin zip file. change that, change m2_home new path , work.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -