I am unable to runthe javac command
I get a "javac not recognized as an internal or external command"
I searched and tried everything I found but nothing works.
What I have so far:

eclipse runs perfectly (but I really need to run javac for school purposes)

my system variables:
JAVA_HOME -> C:\Programas\Java\jdk1.6.0
CLASSPATH -> .;%JAVA_HOME%
Path -------> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy stem32\Wbem;C:\Programas\ATI Technologies\ATI Control Panel;C:\Programas\MATLAB7\bin\win32; %PATH%; %JAVA_HOME%\\bin

if I hava the file.java inside the directory where javac is it works perfectly
Pleeease help!

I'm trying to compile at D:\dei\workspace\HelloWorld\src