0

我正在用 docx4j 编写一个简单的程序,但得到

java.lang.NoSuchMethodError: org.apache.log4j.Logger.getAllAppenders()

我确实安装了 log4j 1.2.15(列在 docx4j 的依赖项中)。有没有人遇到过同样的问题?

4

1 回答 1

0

我设法通过配置 docx4j.properties 文件解决了这个问题:

# If you haven't configured log4j yourself
# docx4j will autoconfigure it. Set this to true to disable that
docx4j.Log4j.Configurator.disabled=true
于 2013-07-08T16:40:12.053 回答