problem in importing log4j in jdk1.3 programm on windows2000

I am using jdk1.3 on windows2000, i want to use log4j with it. But I am not able to import the log4j files inthe program. Can some body tell me how to set the path of the log4j on window2000 so that jdk1.3 can import it.
[234 byte] By [abdulqadeerbasit] at [2007-9-26 7:31:05]
# 1
This is very simple, just put log4j.jar in your classpath.set CLASSPATH=%CLASSPATH%;C:\log4j\dist\lib\log4j.jar(or wherever you have the JAR).Not really and Advanced Language Topic...Jesper
jesper1 at 2007-7-1 17:28:40 > top of Java-index,Core,Core APIs...