java -version can not find the system file java.exe problem solving

1. There is a problem with the configuration environment.

2.Path

%JAVA_HOME%\bin;
Put the starting place.

3. All of the above will not work

%JAVA_HOME%
Replace with
The value in JAVA_HOME.

Published 20 original articles · Likes2 · Visits 10,000+

Guess you like

Origin blog.csdn.net/qq_28335347/article/details/53557139