rone
rone

Reputation: 93

Installing apache-maven-3.5.4-bin.zip (can't set file paths properly)

I saw there are plenty of guides but I still can't seem to make it work.

I am still getting an error:

" 'mvn' is not recognized as an internal or external command, operable program or batch file. "

What am I doing wrong?

environment paths pic

Upvotes: 2

Views: 2304

Answers (1)

Mureinik
Mureinik

Reputation: 311163

You need to add maven's bin folder to your PATH so it can find the mvn executable. I.e., add %MAVEN_HOME%\bin to the PATH variable, launch a new terminal, and you should be OK.

Upvotes: 2

Related Questions