Installing maven on windows 7 64bit
问题 I want to create a Tapestry Skeletion Project. I follow to these guide: http://maven.apache.org/download.html#Installation, http://juanjoefe.com/tutoriales/instalar-maven-en-windows-7/ and other guides on the internet. But, when I type "mvn --version" or "mvn -version", I always receive error " mvn is not recognized as an internal or external command, operable program or batch file. My friends use Windows 7 x86, and they had no problem. How can I install Maven 3.0.3 on Windows 7 x64? 回答1: