從myeclipse匯入eclipse,不能識別為web項目(java項目轉為web項目)

來源:互聯網
上載者:User

標籤:lan   沒有   選擇   oar   pat   jee   tar   myeclipse   webp   

1、進入項目目錄,找到.project檔案,開啟。 

2、找到<natures>...</natures>程式碼片段。 

3、在第2步的程式碼片段中加入如下標籤內容並儲存: 

        <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
        <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
        <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
        <nature>org.eclipse.jdt.core.javanature</nature>
        <nature>org.eclipse.wst.jsdt.core.jsNature</nature>

 

4、刪除.setting下的檔案,從其它EclipseJee web項目[記住為了保險起見,一定要用eclipse建立一個]的.setting檔案下拷貝以下檔案[其實就是把整個檔案夾都拷過來]
.jsdtscope
org.eclipse.jst.common.project.facet.core.prefs
org.eclipse.wst.common.component
org.eclipse.wst.common.project.facet.core.xml
org.eclipse.wst.jsdt.ui.superType.Container
org.eclipse.wst.jsdt.ui.superType.name
修改org.eclipse.wst.common.component中項目名稱相關的內容

比如下面的jngl_mysql換成你的項目名稱。

然後wb-resource就是你的資源檔,預設是src一個。如果你是用maven可能是src/Java/main,src/java/resource這些玩意。記得加上。

 

[html] view plain copy  print?
  1. <?xml version="1.0" encoding="UTF-8"?>  
  2. <project-modules id="moduleCoreId" project-version="1.5.0">  
  3.     <wb-module deploy-name="jngl_mysql">  
  4.         <wb-resource deploy-path="/" source-path="/WebRoot" tag="defaultRootSource"/>  
  5.         <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>  
  6.         <property name="context-root" value="jngl_mysql"/>  
  7.         <property name="java-output-path" value="/jngl_mysql/WEB-INF/classes"/>  
  8.     </wb-module>  
  9. </project-modules>  

然後是.jsdtscope檔案,這個裡面記得改你的輸出路徑。

[html] view plain copy  print?
  1. <?xml version="1.0" encoding="UTF-8"?>  
  2. <classpath>  
  3.     <classpathentry kind="src" path="WebRoot"/>  
  4.     <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>  
  5.     <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">  
  6.         <attributes>  
  7.             <attribute name="hide" value="true"/>  
  8.         </attributes>  
  9.     </classpathentry>  
  10.     <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>  
  11.     <classpathentry kind="output" path=""/>  
  12. </classpath>  



 


5、在eclipse的項目上點右鍵,重新整理項目。 

6、在項目上點右鍵,進入屬性(properties) 

7、在左側清單項目中點擊選擇“Project Facets”,在右側看看不是選擇了“Dynamic Web Module”和"Java",如果有則成功了,如果沒有就選上。

從myeclipse匯入eclipse,不能識別為web項目(java項目轉為web項目)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.