I have a maven project which when i run it builds successfully but does not start the server instead it prints out the following "'cmd' is not recognized as an internal or external command, operable program or batch file.". i have actually tried re-installing netbeans but that doesn't seem to solve the problem. Any help would be highly appreciated.
This not an issue with your IDE or in MAVEN.Check your "system32" is correctly defined in the PATH
environment variable in windows.Before this verify your JAVA_HOME and M2_HOME paths are correct
Path = %SystemRoot%\system32;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With