關於java.lang.ClassNotFoundException: org.springf...
阿新 • • 發佈:2020-10-22
關於java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
一直用eclipse導些jar包到專案裡,偶爾會出現這種情況,在網上搜了一些,
jar包存在,也已經匯入了,方式是新建一個User Library資料夾,將所需jar包放到了裡邊,
在JavaBuild Path的Libraries選項卡下
通過【Add Library...】將那個新建資料夾新增進來。
相信大多都是像上面這樣把包都導進來了吧。
可是呢,還會報錯java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
為什麼呢?
在JavaBuild Path 目錄上邊一項是 J2EE Module Dependencies 選中
看到你新建的那個檔案夾了沒前面的複選框你選中了麼?
如果沒有,選中,OK,再啟動一下工程試試吧!
轉載於:https://my.oschina.net/aldohou/blog/94188