It seems I have fixed the issue. If anyone see's any potential issues with this configuration, please enlighten me.
To fix, I simply created an additional "Path" var in the USER ENV VARS section, with the path pointing to the JAVA SDK bin folder. *USER ENV VARS* M2 = %M2_HOME%\bin M2_HOME = C:\Software\apache-maven-3.0.3 Path = *C:\Software\Java\jdk1.7.0\bin;* <--- Created this new var and path I'm still not using these Maven vars in my "Path" system environment var in favor of using literal paths to avoid misinterpretation. I tried it using the Maven vars, but it didn't work. *SYSTEM ENV VAR* Path = *C:\Software\apache-maven-3.0.3\bin*; %SystemRoot%\system32; %SystemRoot%;%SystemRoot%\System32\Wbem; -- View this message in context: http://maven.40175.n5.nabble.com/mvn-is-not-recognizedas-an-internal-or-external-command-tp4779300p4779605.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
