Hi, there is two different variables PATH if you go into Control Pannel -> system -> Advanced system settings - > TAB advance -> Environnement Variables
You will see to box one for User Variables for UserName and one for System Variables they both contain the variable PATH. The one in System variables should contains at least : %CommonProgramFiles%;%SystemRoot%\system32;%SystemRoot%; You can also set it via the command box like this: SET PATH=%PATH%;%CommonProgramFiles%;%SystemRoot%\system32;%SystemRoot%; The error that you make was to set your path without keeping the information already there by adding %PATH% to the path that you were setting.. To add Java to your path the reel thing is to put C:\Program Files\Java\JDK1.6.0_14\bin; Hope it is not too late for you... Have a nice day! From: [email protected] [mailto:[email protected]] On Behalf Of pradeepan patra Sent: Wednesday, July 08, 2009 04:35 AM To: [email protected] Subject: [java programming] please help me having problem in setting path hey dear Please help me its urgent whenever i am setting the path as follows my command prompt is not working any more MyComputer->properties->advanced->environmetal variabled Path name=path path=C:\Program files\Java\JDK1.6.0_14\bin; afterwards a lot of commands are not working like tree ipconfig difrag attrib and from run gpedit.msc is also not working I have installed windows xp sp-2 in my system Please help me in resolving this problem for which i will be grateful and thankfu; to you and obliged Waiting for yours reply Thanking you Please reply me soon please Yours sincerely Pradeepan Patra --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
