I have both maven and eclipse installed on my computer. When I go to the directory where my projects are located and enter the command, mvn eclipse:eclipse, my computer says that it does not recognize the command, mvn. What could be the problem?
Have you set the %MAVEN_HOME%\bin folder in the PATH environment variable? I have Maven installed in D:\Maven-2.0.8\apache-maven-2.0.8 and have set my PATH to include D:\Maven-2.0.8\apache-maven-2.0.8\bin.