引用的jar包版本不匹配的問(wèn)題
The type org.springframework.context.ApplicationContextInitializer cannot be resolved. It is indirectly referenced from required .class?files
The type org.springframework.context.ApplicationContextInitializer cannot be resolved. It is indirectly referenced from required .class?files
舉報(bào)
2017-03-06
The type org.springframework.context.ApplicationContextInitializer cannot be resolved. It is indirectly referenced from required .class?files 為第一張圖的錯(cuò)誤信息
2017-03-06
將spring-contex的4.1.7版本換成3.2.5版本,報(bào)錯(cuò)消失,但是junit單元測(cè)試跑不過(guò),會(huì)出現(xiàn)其他包找不到的現(xiàn)象,懷疑是因?yàn)閖ar包版本匹配的問(wèn)題,大家有遇到類似情況的嗎?(用的eclipse,jdk1.7,(1.8的jdk總是裝不上))