Home > Article > System Tutorial > How to solve the problem that javac command cannot be found on Win10
When users use the javac program in the win10 system, they will encounter a prompt saying that javac is not an internal or external command, which will cause the program to be unable to be used normally. This problem is most likely a variable setting problem, and users need to Go and set the variables again, or check for errors and modify them~
1, -> ;->->->Add the following environment variables:
2. The JAVA_HOME value is: (JDK installation directory)
3. Path: Append (if your original path has; at the end, no need)
4. Set the classpath environment variable, CLASSPATH The value is: (with a dot at the front).
>>>csgo cannot verify vac session
>>> javac What to do if it is not an internal or external command
The above is the detailed content of How to solve the problem that javac command cannot be found on Win10. For more information, please follow other related articles on the PHP Chinese website!