Cannot find the class file for org.springframework.context.ApplicationContextInitializer.
jdk是1.8,有没有同学能帮下忙啊,搞了一天了,谢谢谢谢
第一个报错:Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for org.springframework.context.ApplicationContextInitializer. Fix the build path then try building this project seckill Unknown Java Problem
第二个报错:Description Resource Path Location Type
The type org.springframework.context.ApplicationContextInitializer cannot be resolved. It is indirectly referenced from required .class files SeckillDaoTest.java /seckill/src/test/java/org/seckill/dao line 1 Java Problem
我写的是这样的 上边那个图是老师的,我用的win10+eclipse,我怀疑是不是那个spring的文件夹不对啊,写的和老师都一样啊,首行就报错,而且不能用resource注解autowired也不行,应该是spring的问题