Logging with Log4j - ERROR
Hi,
I am trying to compile the file User4.java, listed on pp283-4 in Beginning JSP 2.0.
However, I cannot successfully compile, getting the error:
com\wrox\except\User4.java:3: package org.apache.log4j does not exist
import org.apache.log4j.Logger;
^
com\wrox\except\User4.java:4: package org.apache.log4j does not exist
import org.apache.log4j.PropertyConfigurator;
^
I have saved the config.properties file in the WEB-INF folder and set the classpath so:
>set CLASSPATH=%CLASSPATH%;..\lib\log4j-1.2.7.jar
All assistance gratefully received.
Many thanks,
P
|