我在安裝Maven時遇到困難。設置Maven的問題
我已經根據設置所有ENVIROMENTAL變量:http://maven.apache.org/download.html
雖然我使用Windows 7,當我嘗試運行命令mvn --version
,我得到的,mvn is not recognized as an internal or external command
等
當我運行從src\bin
中,我得到的錯誤:
Exception in thread "main" java.lang.ClassNotFoundException: org.codehaus.plexus.classworlds.launcher.Launcher
at java.net.URLClassLoader$1.run<URLClassLoader.java:202>
at java.security.AccessController.doPrivleged(Native Method)
...etc
則:
Could not find the main class: org.codehaus.plexus.classworlds.launcher.Launcher.
第一個問題('...不被識別爲內部或外部命令...')是Windows中的*** PATH ***問題。第二個問題('... ClassNotFoundException ...')是Java中的*** Classpath ***問題。投票將第一個問題作爲重複來完成。修復路徑問題後,回到其他問題。 – jww 2014-09-09 11:46:38
它看起來像你已經安裝了源文件。嘗試從那裏安裝** Binary Files **。 [鏈接](https://maven.apache.org/download。cgi) 然後按照那裏的描述設置環境變量。 [鏈接](http://www.mkyong.com/maven/how-to-install-maven-in-windows/) – 2015-08-20 06:25:55