I am realy close to solving this, but am having a little trouble setting up my Java command line prompt in windows 7. the funny thing is that I can use java & javac like this:
"%javac%"
Why is that ? I.e when I try to say javac *.java , it won't work; and even %javac% *.java won't work (ie it gives me "'java' is not recognized as an internal or external command,operable program or batch file -" ), but "%javac%" works; .. here is a SS of my "Envir. Variables" -

java -version?%javac%variable. The reasonjavac *.javadoesn't work is likely because you don't haveJAVA_HOMEin yourPATH.binin your path