Hi everyone,
I'm very new to
java and spring and I'm currently trying to enhance a set of java code by using eclipse 3.1.1 and Springframework 3.0.5
however, i'm stuck at this error :
log4j:WARN No appenders could be found for logger (org.springframework.core.io.support.PathMatchingResourcePatternResolver).
log4j:WARN Please initialize the log4j system properly.
I've defined logger in all of my classes that involves with logger.debug for example , in my main class:
JobMgmt.java
DBHelper.java
JdbcDao.java
i don't really understand or knowing how to use logger as I did not write the previous code myself.
does the " static private log logger = " means that it careates classes when it run ?
I've installed log4j.jar and spring-core.jar but it doesn't help
anyone has any idea how to solve or what might caused the problem ?
any help would be much approciated.
Thank you