How to set java path

王林
Release: 2019-11-15 14:46:58
Original
10622 people have browsed it

How to set java path

The steps to set the java path are as follows:

1. Right-click My Computer->Properties->Advanced->Environment Variables->System Variables, As shown in the picture:

How to set java path

2. In the system variable option -> Create a new path to

How to set java path

java_home

For example: C:\j2sdk1.4.2_01;

Add the java bin path in path

For example: C:\j2sdk1.4.2_01\bin;

Add .;lib\dt.jar; and lib\tools.jar;

to the new classpath. For example: .;C:\j2sdk1.4.2_01\lib\dt.jar;

C :\j2sdk1.4.2_01\lib\tools.jar;

Recommended tutorial:Java tutorial

The above is the detailed content of How to set java path. 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
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!