Home > Java > javaTutorial > body text

Teach you how to configure java environment variables

怪我咯
Release: 2017-06-25 10:01:41
Original
1770 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!