How to Set JDK Path permanently



(I). Right click on my Computer and Select Properties



(II). Select Advanced Tab  (1)      and Press Environment Variables Button   (2)





(III). Select Path   (1)       and Click Edit (2)






(IV). Append (don't clear old path list) your JDK bin DIR path to Variable value with ending semicolon ‘ ; ’

Click OK Button. Click OK Button and Click Apply button.


* Are you clear all variable value: unfortunately,  you must to add this path also.It is windows XP System files path.


%SystemRoot%\system32;

(V). Get a Command Prompt by Press Win_KEY + R after type cmd and click OK.


(VI). Type javac on Command Prompt and Press Enter.





If you can see possible option list like this, its success.




***************************************************

BEST OF LUCK !

***************************************************


If you have any Java Problems add as comment in here.

No comments:

Post a Comment