一、進入項目目錄,找到.project文件,打開。 web
二、找到<natures>...</natures>代碼段。 服務器
三、在第2步的代碼段中加入以下標籤內容並保存: eclipse
<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>ui
四、項目目錄下的.classpath文件,把全部Webroot字符串改成WebContent,保存。spa
五、把目錄下webroot的文件夾更名爲WebContent。server
六、在eclipse中Java Resources:src目錄的Libraries裏添加web服務器須要的包,選擇BiuldPath----->configure Build Path------>當前窗面下選擇選擇Add Library----->server Runtime------>選擇須要的web服務器ip
七、在eclipse的項目上點右鍵,刷新項目。 字符串
八、在項目上點右鍵,進入屬性(properties) web服務器
九、在左側列表項目中點擊選擇「Project Facets」,在右側選擇「Dynamic Web Module」和"Java",點擊保存便可。class
這時應該能夠在eclipse下正常啓動項目了