I received run-time error for string
ApplicationContext context = new ClassPathXmlApplicationContext("Beans.xml");
java.lang.NoClassDefFoundError: org/springframework/core/env/EnvironmentCapable
I have checked jar org.springframework.core-3.0.4.RELEASE.jar and doesnt' found this class. In which package this class? Thanks.