eclipse中将java项目转为web项目
修改项目的.project文件,保存,不需要重启Eclipse。
??? 在<natures>
???????? …
????? </natures>
之间添加下列三行配置
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
项目属性————project facets————dynamic web module,java