Home  >  Article  >  Java  >  Teach you how to configure java environment variables

Teach you how to configure java environment variables

怪我咯
怪我咯Original
2017-06-25 10:01:411782browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn