1. 程式人生 > >異常:Caused by: java.lang.NoClassDefFoundError: org/springframework/web/context/WebApplicationContext

異常:Caused by: java.lang.NoClassDefFoundError: org/springframework/web/context/WebApplicationContext

說明專案沒有載入jar包

 

異常:Caused by: java.lang.NoClassDefFoundError: org/springframework/web/context/WebApplicationContext

 

解決方案:對著工程點右鍵->Properties ->MyEclipse-> Deployment Assembly -> Add--> Folder -->選擇 lib(eclipse中位於webContent下,myeclipse中位於webRoot下) --> apply

 

注意:我的jar都放在工程下的lib資料夾,這樣子tomcat執行時就不會報找不到class了