Compile time error in Java

I have installed JDK 1.3 in my Windows 7 PC. Now, I can't compile my program. When I write Javac (source file name), an error occurred that 'javac' is not recognized as an internal or external command, operable program or batch file. What can I do now? Please anyone help me.

