Java, Spring, Hibernate cannot find org.springframework.orm.hibernate3.LocalSessionFactoryBean
The LocalSessionFactoryBean
is part of the spring-orm-xx.jar
(or org.springframework.orm..
) - your screenshot is cut inappropriately, but it seems you are missing the orm jar, so add it.