1
Follow the setting of my environment variables:
PATH - C:\WINDOWS\SYSTEM32;C:\Program Files\Java\jdk1.8.0_121\bin
JAVA_HOME - C:\Program Files\Java\jdk1.8.0_121
JRE_HOME - C:\Program Files\Java\jre1.8.0_121
Eclipse recognizes variables and runs projects normally (with Tomcat, including Jboss). However, after "clean and build" in Netbeans the following message appears:
cmd is not recognized as an internal or external command, a operable program or batch file
What could it be? Thank you. Note: I’ve been to Tools > Options > No Proxy (in Proxy Settings)
Already tested in a command prompt the following commands:
javac
andjava
? Test ai, if they do not work, the variables have not been correctly configured.– user28595
You can send a print showing the entire PATH variable?
– Jéf Bueno
@LINQ > I can’t print here
– Mariana de Amorim Delfino
@Article > Classes compile.
– Mariana de Amorim Delfino
@Marianadelfino put on Imgur and glue the link
– Jéf Bueno
@LINQ > https://i.imgur.com/dJzILjH.png > https://imgur.com/a/uPKQQ
– Mariana de Amorim Delfino
@Marianadelfino sees if you have c: Windows system32 in the path
– Jéf Bueno
@LINQ - Environment for dev Java OK and Working.
– Mariana de Amorim Delfino