码迷,mamicode.com
首页 > 其他好文 > 详细

mvn command is not recognized as an internal or external command

时间:2015-12-29 16:16:17      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:

even though I have configured %m2_home% and %path% correctly, the command "mvn" is still not recognized.

use command echo to output the system environment variables, everything is find, there is no typo issue of ";" and "\".

 

How to resolve:

in %path%, use the absolute uri instead of "%m2_home%\bin", that is, using "C:\your install path\bin".

mvn command is not recognized as an internal or external command

标签:

原文地址:http://www.cnblogs.com/haibinyuan/p/5085842.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!