Situatie
Configuration setup using CMD
Solutie
Pasi de urmat
To test your configuration, open Command prompt.
Type echo %JAVA_HOME% and hit Enter. This should print the directory of the JDK which the JAVA_HOME is pointing. Instead, if you see a space, it means you have failed in setting up environment variable.
If not it will print a message that the javac is not recognized as an internal or external command. This means the path variable is not set correctly.
Leave A Comment?