Java – ‘CMD’ is not recognized as an internal or external command and can run programs or batch files

When I build my project in NetBeans, it shows:

'cmd' is not recognized as an internal or external command,operable program or batch file.`

I'm using JDK 8 and Maven 3.3 My path system variable is:

%systemRoot%\system32;%systemRoot%;D:\POS\apache-maven-3.3.3-bin\apache-maven-3.3.3\bin;

Solution

So far, I know this is not your ide problem Check that your "system32" is correctly defined in the path environment variable

Path = %systemRoot%\system32;
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>