Menu

#1 Won´t find log4j.properties under Windows

open
nobody
None
5
2003-06-24
2003-06-24
Anonymous
No

In File P3PLogger the following statements:

final private static String sep =
File.separator;
final private static String LOG4J_CONFIG_FILE
= "org" + sep + "p4pp" + sep + "log4j.properties";

lead to a situation where (under Windows)
the Resource org\p4pp\log4j.properties could not be
found within p4pp.jar.
In p4pp.jar only org/p4pp/log4j.properties could be found.

Please replace the + sep + statement with normal
slashes.

Submitted by: tk4(at)inf.tu-dresden.de

Discussion


Log in to post a comment.