|
The tools.jar file is not in your class path. This jar is typically part of the jdk. I think ant is trying to invoke this class without using the javac.exe but it cannot find it in the class path.
My guess is that you only have the JRE installed and not the JDK or if you do you are running java.exe from the JRE and not the JDK directory.
|