Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Maven Wiki" for change 
notification.

The following page has been changed by cseg:
http://wiki.apache.org/maven/M2UserDocs/032Maven2Installation

New page:
#format wiki
#language en
#pragma section-numbers off
[[Navigation(slides)]]
= Installing Maven2, Part 3: Setting the PATH =

The extacted '''maven-2.n.n''' folder will have a '''bin''' subdirectory.  Add 
the location of the extracted '''maven-2.n.n\bin''' folder to your PATH.  On 
Windows:

 1. Click '''Start'''
 1. Select '''Control Panel'''
 1. Select '''System'''
 1. Click the '''Advanced''' tab
 1. Click the '''Environmental Variables''' button
 1. Find and select the '''Path''' variable
 1. Click the '''Edit''' button
 1. In the '''Variable value''' field, append:
    * ''';''<extraction folder>''\maven-2.n.n\bin'''
    * notice the '''semi-colon''' which is needed to separate this entry from 
the previous entries
    * replace '''''<extraction folder>''''' with the location you extracted to
    * replace '''n.n''' with the actual version numbers of your download
 1. Press '''OK''' to accept the modified Path value.
 1. Press '''OK''' again to update your environment.
 1. Press '''OK''' again in the System Properties window.

##[[Navigation(siblings)]]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to