1. Find the computer and open the environment variable
Create a JAVA_HOME
Find the jdk path:
D:\develop)\Java\jdk1.7.0_72.
Find the path:
Path= %JAVA_HOME%\bin;D:\myspl\bin; %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;D:\myspl\bin
%JAVA_HOME%\bin; To be added in front of Path.
The above is the detailed content of Teach you how to configure java environment variables. For more information, please follow other related articles on the PHP Chinese website!