About java

i have install a jdk1.6.0 on my computer, but when i try to compile a java file it gives error like this 'javac ' is not recognised as an internal or external command, operable program or batch file. so pls tell me the solution of this query.Thanks
[264 byte] By [pushpa1505a] at [2007-11-26 21:33:50]
# 1
you haven't completely installed it, then. your PATH doesn't point to the javac compiler
georgemca at 2007-7-10 3:14:58 > top of Java-index,Java Essentials,Java Programming...
# 2
You will want to have the java executables like javac in your path. The documents describing how to install java 1.6 should explain how to do depending on your platform.
OleVVa at 2007-7-10 3:14:58 > top of Java-index,Java Essentials,Java Programming...