- https://en.wikipedia.org/wiki/Apache_Ant — the software build tool
- https://en.wikipedia.org/wiki/Java_Development_Kit = JDK
- https://en.wikipedia.org/wiki/Java_virtual_machine#Java_Runtime_Environment_from_Oracle = JRE
- tools.jar — a part of the JDK used by Ant
Unable to locate tools.jar. Expected to find it in C:Program Files...Javajre...libtools.jar
Do you know this message? Do you want to get rid of it? Take the JDK (downloadable) instead of the JRE (downloadable), as it comes with tools.jar, which Ant likes to make use of. Ant will also run w/o tools.jar, but it will keep complaining that it is not able to find it.
Leave a Reply