eclipse 启动项目报错:找不到 Spring 监听器类 org.springframework.web.context.ContextLoaderListener 严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.c
选择菜单栏的window-->Preferences-->General-->Startup and Shutdown-->workspaces, Recent workspaces下面的列表里就是已经设置过的工作区间.如果要删除已不用的,选中,点remove就好了. 如果之前选择不再提示,默认使用本工作区,在启动时想重新选择, 把右面的第一个复选框“Prompt for workspace on startup选上就可以了. Number of recent workspaces
Eclipse安装好m2e插件,使用Maven构建项目后,启动web项目就行就非常简单了,你不再需要下载然后在eclipse中配置tomcat. 右键你的项目 -> Run As -> Run Configurations... 双击左侧的Maven Build,会出现一个New_configuration Name改成自己想要的名字,Browse Workspace选择要启动的web项目,Goals填写tomcat:run Apply并Run即可.首次执行按如上设置,以后执行按如下图操作启动