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