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:
2. In the system variable option -> Create a new path to
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!