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!!!
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?