现在一切都已经搞定,可以试着运行一下了,点Run As 却悲剧了,报错“The server does not support version 3.0 of the J2EE Web module specification”,查了一下资料,原来在.settings目录下有一个org.eclipse.wst.common.project.facet.core.xml文件,其中有这么一句“<installed facet="jst.web" version="3.0"/>”将其改为“<installed facet="jst.web" version="2.5"/>”,保存,刷新项目,再运行,ok!