Apache Ant - Fixing "Can't Locate tools.jar" Error

If you have "can't locate tools.jar" error when trying to run "ant", you've come to the right place. The fix is apparently very easy, you have to properly set up the "JAVA_HOME" environment variable to Java JDK. The tools.jar is found in the bin folder of the JDK but you only need to point the JAVA_HOME to your JAVA SDK installation and you should be all set!

Easy, right? Go get them!