首页 > 其他 > 详细

maven 安装设置方法

时间:2016-04-14 10:36:52      阅读:150      评论:0      收藏:0      [点我收藏+]

以下摘自官网指导

Windows Tips

  • Check environment variable value e.g.
  1. echo %JAVA_HOME%
  2. C:\Program Files\Java\jdk1.7.0_51
  • Adding to PATH: Add the unpacked distribution’s bin directory to your user PATH environment variable by opening up the system properties (WinKey + Pause), selecting the “Advanced” tab, and the “Environment Variables” button, then adding or selecting the PATH variable in the user variables with the value C:\Program Files\apache-maven-3.3.9\bin. The same dialog can be used to set JAVA_HOME to the location of your JDK, e.g. C:\Program Files\Java\jdk1.7.0_51

  • Open a new command prompt (Winkey + R then type cmd) and run mvn -v to verify the installation.

maven 安装设置方法

原文:http://www.cnblogs.com/zhengchunhao/p/5390105.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!