Windows 7 environment variable not working in path

后端 未结 14 2168
[愿得一人]
[愿得一人] 2020-12-07 23:00

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

14条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-07 23:48

    %M2% and %JAVA_HOME% need to be added to a PATH variable in the USER variables, not the SYSTEM variables.

提交回复
热议问题