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!
Related posts:
- Android – Can’t find my ADB
- BlackBerry development with Eclipse plugin – fixing corrupted *.jdp file




