I am trying to set up some path using environment variable.
I added an environment variable \"MAVEN_HOME\" with the value \"C:\\maven\".
Then in the path I added \"%MAVEN_HO
If there is any error at all in the PATH windows will silently disregard it. Things like having %PATH% or spaces between items in your path will break it. Be warned