java - Why am I getting a mvn is not recognized error? -


i following tutorial on installing maven 3.2(shown below) enter image description here

i downloaded , unzipped desktop directory stored here - "c:\users\chris\desktop\apache-maven-3.2.5"

i made sure add maven bin path system variable. path system variable "c:\program files\java\jdk1.6.0_45\bin; c:\users\chris\desktop\apache-maven-3.2.5\bin"

after doing this, ran mvn -version on command prompt , got output enter image description here

does know why getting , solution be?

i looked @ maven not recognized 1 , maven not recognized 2 , saw 1 of issues java_home user variable isn't being set correctly mine set jdk directory - "c:\program files\java\jdk1.6.0_45"

remove space environmental variable path list being interpreted literally windows

c:\program files\java\jdk1.6.0_45\bin; c:\users\chris\desktop\apache-maven-3.2.5\bin                                       ^