Re: how can i use log4j-1.2.8.jar file with jdk1.4?
Posted By:
Ramesh_Potnuru
Posted On:
Tuesday, June 1, 2004 12:52 AM
You have to register the jar file in your classpath as
SET CLASSPATH=%CLASSPATH%;C:downloadslog4j-1.2.8.jar;
Then your jvm can get the package...