I am new to java programming language. First i download the sdk and install it in to my pc. Then i add a new environment variable like this
path C:\Program Files\Java\jdk1.6.0_29\bin
After creating this i entered javac in my cmd prompt. But i didn't get any thing.
'javac' is not recognized as an internal or external command.
operable program or batch file.
i am look in to some tutorials they said this way for setting path. if any one know about this please help me.
setcommand. For exampleset path="C:\Program Files\Java\jdk1.6.0_29\bin". The quotes are important because of the space in the directory nameProgram Files. However, as others have suggested, it's better to modify the system'spathenvironment variable.