gpt4 book ai didi

java - 使用 JAR 加载 log4j.properties

转载 作者:太空狗 更新时间:2023-10-29 22:53:03 27 4
gpt4 key购买 nike

<分区>

我有一个包含以下 list 的 jar 文件

Manifest-Version: 1.0  
Created-By: 1.7.0_07 (Oracle Corporation)
Main-Class: test.Main
Class-Path: ./log4j.properties lib/log4j-1.2.17.jar

我按如下方式运行类

java -jar test.jar

这是我的文件夹

lib
log4j.properties
test.jar

为什么我看不到 log4j 属性文件?这是我看到的

log4j:WARN No appenders could be found for logger (test.Main).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

谢谢

解决方案:将 MANIFEST 中的类路径更改为此

Class-Path: . lib/log4j-1.2.17.jar 

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