gpt4 book ai didi

日志记录: "Could not find Janino library on the class path"

转载 作者:行者123 更新时间:2023-12-02 02:32:25 28 4
gpt4 key购买 nike

我收到错误消息无法在类路径上找到 Janino 库。跳过条件处理。 我应该在类路径中包含什么来解决这个问题(lib 和版本)?

最佳答案

登录requires the Janino library用于条件日志记录。如果您不使用配置文件中的结构,则不需要它。

如果您使用条件,则需要添加 Janino 依赖项。您可以将其添加到 pom.xml 文件中以获取依赖项:

    <!-- The org.codehaus.janino:commons-compiler:2.6.1 dependency -->
<!-- will be automatically pulled in by Maven's transitivity rules -->
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>2.6.1</version>
</dependency>

我相信这个问题与this one重复。 .

关于日志记录: "Could not find Janino library on the class path",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11409571/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com