javac1.8 class not found

Class not found: javac1.8 This error is known to happen with Apache Ant versions less than 1.9.0 – which aren’t compatible with Java 8. If you’re using a version of Ant < 1.9.0, you should update to a 1.9.x release. Here is the related bug report: https://issues.apache.org/bugzilla/show_bug.cgi?id=53347 Btw, if you just want to compile with … Read more