Eclipse導入到web項目沒有run on server

Eclipse導入到web項目沒有run on server

1.主要是缺乏如下兩個東西:web

1.修改項目下的.project文件(若是本身建的有run on server,導入的沒有,那麼能夠對比本身建的web項目,看一下.project文件缺了什麼東西,添加上去就好,要是以前的也沒有,方法以下):eclipse

第一:ui

 在 <natures> </natures>中加入  
    spa

<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>  

 


 在 <buildSpec> </buildSpec>中加入  
   code

<buildCommand> 
        <name>org.eclipse.wst.common.project.facet.core.builder</name> 
        <arguments> </arguments> 
    </buildCommand> 
    <buildCommand> 
        <name>org.eclipse.wst.validation.validationbuilder</name> 
        <arguments> 
        </arguments> 
    </buildCommand> 

2.刷新該項目(project-clean),在項目->右擊->Properties->Project Facets->(這時候若是發現project facets裏沒有東西,找不到modify project那麼你就關掉eclipse軟件,重新進入就有了)Modify Project,選擇Java和Dynamic Web Module ->點擊肯定。這時候就會出現開頭說的那兩個東西了。server

相關文章
相關標籤/搜索