Hello Vijay, You have to set two things. locate the mycomputer on your windows desktop. Right click and select properties. Now select 'Advanced". Select 'Environement Variables'. You see two different fragments. One which says User variables for 'xyz' and other 'system variables'. in 'user variables for xyz' select new and add the following.
variable name: JAVA_HOME variable value: c:\program files\java\jdk1.6.0_10\; Locate path variable in 'system variables' and add append ';c:\program files\java\jdk1.6.0_10\bin;' this to the variable value. If you can't locate the path variable select new and add the following. variable name: path variable value: %PATH%;c:\program files\java\jdk1.6.0_10\bin\; Hope this helps you. thanks, Sunil On 11/25/08, 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 -~----------~----~----~----~------~----~------~--~---
