Hello,
I am brand new to Spring, and only recently stumbled across Koushik's magnificent Sping framework tutorials (on Javabrains.koushik.org). I've been following him step-by-step , but got a problem on his Tutorial #5, covering 'Application context' that I can't figure out. In this part (this tutorial is a simple
java application, mainly illustrating the concepts of the Spring framework) he has switched from using a beanFactory in order to instantiate his bean in favor of using ClassPathXmlApplicationContext, however, according to the error messages (below) Eclipse can't seem to find the config file, or at least I think that's what Eclipse is saying. I followed his advice and stuck the config file (srping.xml) into the src folder, which should be on the Classpath, so it SHOULDN'T be that, but nonetheless, it still won't run. The pertinent files are attached, and any help you could give would be hugely appreciated;