Javac is not recognized

Before anyone says that there are other topics saying the same thing i would just like to say this, "I know that and, all they did was get the program running part working". My problem is that every time i try to compile my program i get

"Javac" is not recognized as an internal or external command, operable in a program or batch file

I need to know how to fix that. From what i was reading you have to change "Path" in your environmental variables. Here is what i have in mine.

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\j2sdk1.4.0\bin

And my computer is a windows xp (if that makes a deference)

[676 byte] By [Mdoga] at [2007-11-27 4:21:06]
# 1
Use Windows search to find javac.exe then put the path to javac.exe into the path. If you can not find javac.exe, then you have not installed the JDK. Right now, your computer is looking for javac.exe in c:\j2sdk1.4.0\bin and is not finding it.
atmguya at 2007-7-12 9:28:15 > top of Java-index,Developer Tools,Java Compiler...
# 2
Thank you so much. Now my compiler works.
Mdoga at 2007-7-12 9:28:15 > top of Java-index,Developer Tools,Java Compiler...