posted 9 years ago
Hello,
I just try to learn the Spring framework , and I ran into an error message when I try to run a simple spring "helloWorld" application.
The error stated that "org.springframework.core.io.ClassPathResource cannot be cast to org.springframework.beans.factory.BeanFactory" which refer to this code in my program:
and the file SpringHelloWorld.xml is located in /Spring/src/SpringHelloWorld.xml
The complete program is as follow
Please help me if you know what's going wrong.
Thnaks so much in advance.
Mark