0% found this document useful (0 votes)
25 views

Set Java Path Permanently

To set the Java path permanently in Windows XP, go to the Control Panel, System Properties, Advanced tab, and click Environment Variables. In the System variables list, edit the Path variable and append the Java bin directory (e.g. ;C:\Program Files\Java\jdk1.5.0_09\bin) without spaces before it. Click OK to save the changes.

Uploaded by

AnuragGupta
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Set Java Path Permanently

To set the Java path permanently in Windows XP, go to the Control Panel, System Properties, Advanced tab, and click Environment Variables. In the System variables list, edit the Path variable and append the Java bin directory (e.g. ;C:\Program Files\Java\jdk1.5.0_09\bin) without spaces before it. Click OK to save the changes.

Uploaded by

AnuragGupta
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Program:-1

Set java path permanently


In Windows XP, go to Control Panel, choose "System," click on the "Advanced"
tab, click on the "Environment variables" button. In the lower list, "System
variables," click on Path:

Click "Edit" and at the end append


;C:\Program Files\Java\jdk1.5.0_09\bin
(or the path to the appropriate folder where the latest version of JDK is installed).
Do not put spaces before the appended path string.
Click OK

You might also like