Should log4.properties be on the classpath?

前端 未结 6 1343
清酒与你
清酒与你 2020-12-01 16:55

I\'m having some problems putting my log4j.properties file on classpath. I can use it when I\'m developing (Eclipse Indigo) but, when I export my app as a JAR, I can\'t.

6条回答
  •  既然无缘
    2020-12-01 17:36

    try to execute:

    javar -jar -Dlog4j.configuration=file:"./log4j.properties" app.jar

提交回复
热议问题