Installing maven on windows 7 64bit

  1. navigate to the Maven directory (e.g. in your explorer)
  2. go to a dir IN the bin
  3. copy the address in the address bar (F4 or CTRL+L, must end with bin)
  4. go to Start and type in env
  5. Select “edit the system evironment variables”
  6. find the PATH variable which must also have an existing value for Java as Maven needs Java.
  7. append a ; + paste the previously copied path.
  8. restart to update system
  9. run mvn install in the cli.

Yucca

Leave a Comment