错误信息:SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

解决方法

1.在所建项目单击右键 打开项目属性对话框,到Deployment Assembly页面,点击Add

SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener错误

2. 选择Jave Build Path Entries

SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener错误

3. 把程序用于的Library加入进来

SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener错误

重新启动项目。

 *这个错误我经常犯,留此文以备自己看。这个是摘自网上http://blog.csdn.net/itlionwoo/article/details/17523371

相关文章:

  • 2021-11-27
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2021-04-03
  • 2021-11-17
猜你喜欢
  • 2021-09-25
  • 2021-08-06
  • 2021-12-29
  • 2022-03-08
相关资源
相似解决方案