I am getting the error in Eclipse that a Class "cannot be resolved to a type" (exact error message: "ApplicationContext cannot be resolved to a type MainApp.java /HelloSpring/src/com/tutorialspoint line 8 Java Problem"). I configured the build path similar to how all these articles say so:
Eclipse Build Path Not Available
Attach the Source in Eclipse of a Jar
How to use referenced classed in libraries in Eclipse
The attached picture shows my simple file structure with the "Referenced Libraries" expanded to show the JAR file that should resolve the "ApplicationContext" Class.
Screenshot of Eclipse with error message and file structure expanded
I feel like I am missing a simple fix than an experienced Java/Eclipse programmer would see readily. Thanks for any help/suggestions/articles/recommendations you can give!