简体   繁体   中英

Meet Error when run Spring MVC web application, “ Servlet [mvc-dispatcher] in web application threw load() exception java.lang.ClassNotFoundException”

Hello I was trying to build a simple spring MVC project but when I am running my code I am getting: Hello I am new to spring and I was trying to build a simple spring MVC project but when I am running my code I am getting: Servlet [mvc-dispatcher] in web application threw load() exception java.lang.ClassNotFoundException

I run it in Eclipse + TomCAt 9.0

It sounds like you're missing some jar(s). Note the specific class that you're missing, then google the jar that it belongs in, download it and add it to your project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM