I have included some of the Spring libraries in a project. I included “Spring 1.2 Core LIbraries”, “Spring 1.2 ORM/DAO/Hibernate3 Libraries” and “Spring 1.2 AOP LIbraries”.
I have been working until this point on the back end database connectivity up until this point. Now my jUnit tests work and I want to connect the front-end (Struts web layer in my app). When I try to run it, I get a NoClassDefFoundError on the org/springframework/beans/factory/BeanFactory object. It compiles just find it’s just not finding the libraries upon execution.
I’ve done something silly…does anyone where I should start looking?
Travis