View Single Post
  #2 (permalink)  
Old 07-30-2007, 06:16 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
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.
Reply With Quote