Major
Java Greenhorn here with Spring...
I'm following this Hello World guide to Spring to the letter:
http://www.developer.com/java/ejb/article.php/10931_3496416_2/A-Spring-Jump-Start.htm
However when I launch the main.java in Eclipse, it keeps on saying my Configuration File's id="greetingService" cannot find the class com.springinaction.chapter01.hello.
I made sure all the .java files were packaged within the com.springinaction.chapter01.hello too!
I not only installed the Eclipse Spring
IDE, but I also have the spring.js and commons-logging.jar JAR files in my build path...
What am I doing wrong?