build.xml: 21: Class not found: javac1.8
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了build.xml: 21: Class not found: javac1.8相关的知识,希望对你有一定的参考价值。
在eclipse里运用ant时经常碰到class not found的错误提示,从而编译失败,其实是eclipse中本身的ant版本太老造成该的,但我今天安装的ant是1.8.4,感觉已经很新了,但编译时还是遇到了同样的问题,下载ant1.9.6之后,问题解决,世界终于和平了!
Java版本是1.8, ant版本不能低于1.9。
至于如何更新eclipse中的ant插件,请参考:
http://www.51testing.com/html/07/460407-3578532.html
以上是关于build.xml: 21: Class not found: javac1.8的主要内容,如果未能解决你的问题,请参考以下文章
Cause: the class org.apache.tools.ant.taskdefs.optional.ANTLR was not found.
Ant: Class not found: javac1.8
使用Ant编译提示Class not found: javac1.8
spring 以Ant Build方式运行build.xml文件,报warning: 'includeantruntime' was not set, defaulting to bu