Cause: the class org.apache.tools.ant.taskdefs.optional.ANTLR was not found.

简介: Cause: the class org.apache.tools.ant.taskdefs.optional.ANTLR was not found.

具体错误:

gluegen.build.javase:
generate.java:
BUILD FAILED
/home/tsit/jogamp232-loongarch64/gluegen/make/build.xml:957: The following error occurred while executing this line:
/home/tsit/jogamp232-loongarch64/gluegen/make/build.xml:694: The following error occurred while executing this line:
/home/tsit/jogamp232-loongarch64/gluegen/make/build.xml:653: Problem: failed to create task or type antlr
Cause: the class org.apache.tools.ant.taskdefs.optional.ANTLR was not found.
        This looks like one of Ant's optional components.
Action: Check that the appropriate optional JAR exists in
        -/home/tsit/apache-ant-1.10.11/dist/lib
        -/home/tsit/.ant/lib
        -a directory added on the command line with the -lib argument
Do not panic, this is a common problem.
The commonest cause is a missing JAR.
This is not a bug; it is a configuration problem


 什么意思?就是ant缺少东西。原因是吾自己下载编译了ant(因为到目前为止,loongarch64平台没有ant可更新安装),实际上lib的内容不对。解决办法:


检查版本

Apache Ant(TM) version 1.10.5 compiled on August 27 2018

下载ant

Index of /ant/binaries


Apache Ant - Binary Distributions


Index of /dist/ant/binaries


这个链接可以下载各种老版本。


复制缺少的jar

我们只复制需要的jar,如ant-antlr.jar。目录应该是/usr/share/ant/lib

目录
相关文章
|
2月前
|
Java 数据库连接 mybatis
解决Error querying database. Cause: org.apache.ibatis.executor.ExecutorException: No constructor found
解决Error querying database. Cause: org.apache.ibatis.executor.ExecutorException: No constructor found
88 1
|
3月前
|
Dubbo Java 应用服务中间件
Serialized class org.apache.catalina.core.ApplicationPart must implement java.io.Serializable
Serialized class org.apache.catalina.core.ApplicationPart must implement java.io.Serializable
50 0
|
6月前
org.apache.ibatis.builder.BuilderException: An invalid property ‘jdbcType ‘ was found in mapping
org.apache.ibatis.builder.BuilderException: An invalid property ‘jdbcType ‘ was found in mapping
|
7月前
|
XML Java 数据库连接
【异常解决】解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题
【异常解决】解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题
113 0
|
9月前
|
XML 前端开发 Java
解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)异常
解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)异常
解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)异常
|
10月前
|
SQL Java 数据库连接
nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘‘ not found. Ava
用mybatis写注解SQL的执行报错,这个报错有很多原因就不说了,说一下我的问题 同一个mapper中方法有重名的,虽然编译没报错,相当于重载了,但是执行的时候就报错了 方法写的太多了都没注意
|
11月前
|
SQL XML Java
org.apache.ibatis.binding.BindingException: Parameter ‘startTime‘ not found. Available parameters
org.apache.ibatis.binding.BindingException: Parameter ‘startTime‘ not found. Available parameters
110 0
|
11月前
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
86 0
|
11月前
|
XML 数据格式
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
127 1
|
11月前
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.sd.sbmb.dao.Use
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.sd.sbmb.dao.Use
108 0

推荐镜像

更多