Title: The DTD that got away.

Sorry, previous post was rich text.

We're running LOG4J on JDK1.3.1 and we're getting a strange error:

log4j:ERROR Could not find [log4j.dtd]. Used [sun.misc.Launcher$AppClassLoader@71732b] class loader in the search.

From looking at the code I am assuming that it is trying to find the DTD in the classpath, which it should do because it is finding the rest of the Log4J classes.  The application will not work unless I extract the DTD from the JAR and place it in the working directory.  Is this an error or am I doing something wrong?

Thanks in advance.
Brendon McLean.

Reply via email to