引用的jar包版本不匹配的问题

来源:4-8 DAO层单元测试编码和问题排查(上)

wat1r3461256

2017-03-06 07:39

The type org.springframework.context.ApplicationContextInitializer cannot be resolved. It is indirectly referenced from required .class files

http://img.mukewang.com/58bca1970001e38f12610522.jpg

http://img.mukewang.com/58bca198000183fe12220524.jpg

http://img.mukewang.com/58bca19800010afd08240442.jpg


写回答 关注

2回答

  • wat1r3461256
    2017-03-06 07:42:48

    The type org.springframework.context.ApplicationContextInitializer cannot be resolved. It is indirectly referenced from required .class files 为第一张图的错误信息

  • wat1r3461256
    2017-03-06 07:42:04

    将spring-contex的4.1.7版本换成3.2.5版本,报错消失,但是junit单元测试跑不过,会出现其他包找不到的现象,怀疑是因为jar包版本匹配的问题,大家有遇到类似情况的吗?(用的eclipse,jdk1.7,(1.8的jdk总是装不上))

Java高并发秒杀API之业务分析与DAO层

Java实现高并发秒杀API的第一门课,还等什么,赶快来加入吧

87424 学习 · 496 问题

查看课程

相似问题