Hi kareema,
Try to put quotation around " Program Files (x86)\" string in the path.

Or you can specify the full path as following: 


C:\users\kareema\myjavaprograms>C:\"Program
Files"\Java\jdk1.6.0_16\bin\javac Hello.java


Regards,

mshebsovich.

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of reema
Sent: Wednesday, August 26, 2009 3:23 PM
To: Free Java Programming Online Training Course By Sang Shin
Subject: [java programming] hai all


my jdk is installed in this path
C:\Program Files (x86)\Java\jdk1.6.0_16
and I have set the path through system properties
and my
java_home contains C:\Program Files (x86)\Java\jdk1.6.0_16\bin
path var contains C:\Program Files (x86)\Java\jdk1.6.0_16\bin;.;
classpath var contains C:\Program Files (x86)\Java\jdk1.6.0_16\bin;.;
but still when i execute on my  windows vista
in console
C:\users\kareema\myjavaprograms>javac hello.java
it says javac is not recognised as internal or external command


please help me in solving this
   thank you



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to