error while compiling, please i need help

this error occured while i was compiling a source code, who can please tell me what to do?ERROR: (Error : Invalid path, \bin\javac.exe -classpath C: -d C: C:\newjava.java )THANK YOU!!!
[205 byte] By [wannabeprogrammera] at [2007-11-27 3:29:19]
# 1
Please, give more specific details, if you want a good answer.Ahmad Elsafty
NourElsaftya at 2007-7-12 8:32:14 > top of Java-index,Java Essentials,New To Java...
# 2
It sounds like \bin doesn't exist, which is just as well since it would be dumb to put javac in a \bin directory off the filesystem root. Something like "\jdk1.5.0_6\bin\j" might be more appropriate.Where did you actually install the JDK?
paulcwa at 2007-7-12 8:32:14 > top of Java-index,Java Essentials,New To Java...