I have installed the Spring IDE plugin for eclipse. I can clean build and run my project and have no errors.

When I have the spring xml config file open and "Show Spring Beans View" I get Class not found errors. The classes do exist in my WEB-INF\classes directory.

When selecting the Spring Beans tab I can open the graph view and all of the classes appear.

So the question is: Where is it looking for the class files in the editor and / or how can I change where it is looking for them?

Thanks, John