You can either set the PATH environment from the command line or using System Properties. The first way sets the PATH for as long as the command window stays open; the second way sets it for the long term.
You can see what you current PATH env var is by opening a command line and typing ..\..>path. You can then either change the PATH or add to it. To change the PATH on your machine, you would type ..\..\>set PATH="c:\program files\java\jdk1.6.0_10\bin". To add your path to the current path, you would type ..\..\>set PATH=%PATH%;"c:\program files \java\jdk1.6.0_10\bin" To set the PATH for your entire system, open System Properties by right clicking My Computer on your desktop and select Properties. Select the Advanced tab, then click the Environmental Variables button near the bottom. From here you can either create a New PATH, Edit or Delete your current PATH for "User variables for Vijay" or "System Variables" by clicking the appropriate button. Hope that helps. dennis On Nov 25, 2:58 am, Vijay <[EMAIL PROTECTED]> wrote: > help me to set Java path variables .. > > i have my Java sdk at c:\program files\java\jdk1.6.0_10\bin > > Windows XP ..help me friends .. > - > Vijay --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
