Ant error when trying to build file, can’t find tools.jar?
Java ships in 2 versions: JRE & SDK (used to be called JDK) The JRE in addition to not containing the compiler, also doesn’t contain all of the libraries available in the JDK (tools.jar is one of them) When you download Java at: http://java.sun.com/javase/downloads/index.jsp, make sure to select the JDK version and install it. If … Read more