我创建了一个log4j util类,我正在使用
获取文件org.apache.log4j.xml.DOMConfigurator.configure("log4j.xml");
但在测试时会抛出
log4j:ERROR Could not open [log4j.xml].
java.io.FileNotFoundException: log4j.xml (The system cannot find the file specified.)
at java.io.FileInputStream.<init>(FileInputStream.java:112)
at java.io.FileInputStream.<init>(FileInputStream.java:72)
有谁能告诉我在哪里放置log4j.xml文件?
答案 0 :(得分:7)
将它放在类路径的根文件夹中。