even though I have configured %m2_home% and %path% correctly, the command "mvn" is still not recognized.
use command echo to output the system environment variables, everything is find, there is no typo issue of ";" and "\".
How to resolve:
in %path%, use the absolute uri instead of "%m2_home%\bin", that is, using "C:\your install path\bin".
时间: 2024-10-21 14:29:45