博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Install Maven
阅读量:6337 次
发布时间:2019-06-22

本文共 649 字,大约阅读时间需要 2 分钟。

Windows 2000/XP

  1. Unzip maven-2.0.7-bin.zip to the directory you wish to install Maven 2.0.7. These instructions assume you chose C:\Program Files\Apache Software Foundation\maven-2.0.7
  2. Add the bin directory to your path, by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then editing the PATH variable in the user variables. eg. "C:\Program Files\Apache Software Foundation\maven-2.0.7\bin";%PATH%
  3. In the same dialog, make sure that JAVA_HOME is set to the location of your JDK, eg. C:\Program Files\Java\jdk1.5.0_02
  4. Run mvn --version to verify that it is correctly installed.

转载地址:http://zfaoa.baihongyu.com/

你可能感兴趣的文章
fcntl获取和修改文件打开状态标志
查看>>
Being a (amateurish) team:团队开发体会
查看>>
JSON和JS对象之间的互转【转】
查看>>
thinkphp3.2.3如何只改变地址url中的某一个分隔符,其它保持不变
查看>>
每天学点GDB14
查看>>
Git删除远程分支
查看>>
嵌入式Linux开发工程师入门知识
查看>>
用户不在sudoers 文件中。此事将被报告 or (usermod:“sudo”组不存在)
查看>>
windows 安装ruby on rails
查看>>
JsonObjectToString
查看>>
Poj3250--Bad Hair Day(栈)
查看>>
杭电3788--ZOJ问题
查看>>
工作用linux命令汇总
查看>>
web前端开发中Nodejs、Grunt、npm等的介绍、使用
查看>>
Queue 输出数据
查看>>
JQuery直接调用asp.net后台WebMethod方法
查看>>
Go标准容器之List
查看>>
SVN标准命令
查看>>
CRUD全栈式编程架构之MVC的扩展设计
查看>>
java Design Patterns
查看>>