I have downloaded the maven 3.5.0 from here. I have set it in the path:
C:\apache-maven-3.5.0
Then i treid to add it to the path of Windows 7 as below:
Right click on my computer
Properties
Advanced System Setting
Environment Variable
New user variable and added
Maven_Homewith valueC:\apache-maven-3.5.0Add it to path variable with:
%Maven_Home%\binOpen
cmdand ask formvn -versionin desktop
Result:
It does not recognize maven

