Error configuring application listener of class org.springframework.web.context.ContextLoade

解决方案:

1. 打开工程属性对话框,到Deployment Assembly页面,点击Add
Error configuring application listener of class org.springframework.web.context.ContextLoade

2. 选择Jave Build Path Entries
Error configuring application listener of class org.springframework.web.context.ContextLoade
3. 把程序用于的Library加入进来
Error configuring application listener of class org.springframework.web.context.ContextLoade
4. 重新运行Server应该看不到这个问题了