question in spring basic program,
July 3, 2008 at 8:01 PM
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lo gging/LogFactory at org.springframework.util.ClassUtils.<clinit>(ClassUtils.java:73) at org.springframework.core.io.ClassPathResource.<init>(ClassPathResourc e.java:82) at org.springframework.core.io.ClassPathResource.<init>(ClassPathResourc e.java:64) at helloclient.main(helloclient.java:19)
i am getting this exception, when iam running hello. java program with setting all the path and class paths..why..what is the problem
View All Comments
| View Tutorial