Home  >  Article  >  Java  >  How to set java path

How to set java path

王林
王林Original
2019-11-15 14:46:5810637browse

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!

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