Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Maven Installation problems
Maven Installation problems [message #1004030] Tue, 22 January 2013 08:19
Steve Bartholomew is currently offline Steve Bartholomew
Messages: 1
Registered: January 2013
Junior Member
I am trying to install Maven on a Windows 8 31 bit machine. I have installed Maven to here:

C:\Program Files\Apache Software Foundation\apache-maven-3.0.4

I have the following variables now set in Windows:

System:
M2_HOME=C:\C:\Program Files\Apache Software Foundation\apache-maven-3.0.4;
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_11

Path=%M2_HOME%\bin;%JAVA_HOME%\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\

The Path is showing as broken after I add %M2_HOME%\bin but it seems fine with %JAVA_HOME%\bin but I've no idea why.

These are the variables that are given in Maven installation homepage.

I still get a negative when doing a 'mvn -version' in command prompt.

Any advice much appreciated.

Dave
Previous Topic:change email of eclipse.org account
Next Topic:Can't get Eclipse to run anymore.
Goto Forum:
  


Current Time: Tue Jun 18 01:07:52 EDT 2013

Powered by FUDForum. Page generated in 0.01637 seconds