I'm trying to use Apache Ant for Java development. I did everything as written here: http://www.vogella.com/tutorials/ApacheAnt/article.html but my Eclipse said: BUILD FAILED Class not found: javac1.8
I googled, that this error is known to happen with Apache Ant versions less than 1.9.0 - which aren't compatible with Java 8, but I use Apache Ant 1.9.4.
Цhat could it be?