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 AlexMayorga:
http://wiki.apache.org/maven/MavenInWindows

------------------------------------------------------------------------------
  
   * '''Verify Environment Variables''': under Windows 2000 and Windows XP, 
open the Control Panel, and open the System panel. Under the Advanced tab, 
select the Environment Variables button. Maven needs a ''JAVA_HOME'' 
environment variable set this variable should be the directory where a JDK is 
installed (note that a JRE is not sufficient). This directory will contain the 
bin, jre and lib directories. Check if you have this variable, if not, set it 
to your [http://java.sun.com/j2se/1.5.0/install-windows.html JDK Installation] 
main folder (Something like: ''C:\jdk1.5.0_04''). If you used Windows Installer 
''MAVEN_HOME'' variable should be already set, if it's not please follow next 
step.
  
-  * '''Set MAVEN_HOME Variable''': under Windows 2000 and Windows XP, open the 
Control Panel, and open the System panel. Under the Advanced tab, select the 
Environment Variables button. Click the New... button and input MAVEN_HOME as 
the Variable Name and the whole path to your Maven installation or extraction 
''Destination Folder'' as the Variable Value, then click OK.
+  * '''Set ''MAVEN_HOME'' Variable''': under Windows 2000 and Windows XP, open 
the Control Panel, and open the System panel. Under the Advanced tab, select 
the Environment Variables button. Click the New... button and input MAVEN_HOME 
as the Variable Name and the whole path to your Maven installation or 
extraction ''Destination Folder'' as the Variable Value, then click OK.
  
-  * '''Add MAVEN_HOME to PATH Variable'''(Optional): under Windows 2000 and 
Windows XP, open the Control Panel, and open the System panel. Under the 
Advanced tab, select the Environment Variables button. It is convenient to add 
''MAVEN_HOME'' to the ''PATH'' variable so Maven commands can be accesible 
system wide.
+  * '''Add ''MAVEN_HOME'' to ''PATH'' Variable'''(Optional): under Windows 
2000 and Windows XP, open the Control Panel, and open the System panel. Under 
the Advanced tab, select the Environment Variables button. It is convenient to 
add ''MAVEN_HOME'' to the ''PATH'' variable so Maven commands can be accesible 
system wide.
  
    *''User PATH'': if you want Maven commands accesible system wide just for 
the current user and you already have a ''PATH'' user variable, select it and 
click Edit, go to the end of the variable value and if there isn't one add a 
semicolon (;) and after it "%MAVEN_HOME%" (without quotes) then click OK. If 
there is not a ''PATH'' usre variable create one by clicking the New... button 
and input PATH as the Variable Name and "%MAVEN_HOME%" (without quotes) as the 
Variable Value, then click OK.
  

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

Reply via email to