eclipse工程的設定檔

來源:互聯網
上載者:User

標籤:des   style   http   color   java   os   io   檔案   for   

點選連結加入群【JavaEE(SSH+IntelliJIDE+Maven)】:http://jq.qq.com/?_wv=1027&k=L2rbHv

eclipse用了很久了,一直在用,卻不知道它是怎麼跑的,今天先來學點。

 

先建了一個最基本的java工程:TestProject,發現eclipse自動產生了這些東西:



 分別開啟看看:

.classpath檔案:

Xml代碼  

  1. <?xml version="1.0" encoding="UTF-8"?>  

  2. <classpath>  

  3.     <classpathentry kind="src" path="src"/>  

  4.     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>  

  5.     <classpathentry kind="output" path="bin"/>  

  6. </classpath>  

 .project檔案:

Xml代碼  

  1. <?xml version="1.0" encoding="UTF-8"?>  

  2. <projectDescription>  

  3.     <name>TestProject</name>  

  4.     <comment></comment>  

  5.     <projects>  

  6.     </projects>  

  7.     <buildSpec>  

  8.         <buildCommand>  

  9.             <name>org.eclipse.jdt.core.javabuilder</name>  

  10.             <arguments>  

  11.             </arguments>  

  12.         </buildCommand>  

  13.     </buildSpec>  

  14.     <natures>  

  15.         <nature>org.eclipse.jdt.core.javanature</nature>  

  16.     </natures>  

  17. </projectDescription>  

 org.eclipse.jdt.core.prefs檔案:

Java代碼  

  1. #Tue Dec 15 01:30:54 GMT 2009  

  2. eclipse.preferences.version=1  

  3. org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled  

  4. org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6  

  5. org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve  

  6. org.eclipse.jdt.core.compiler.compliance=1.6  

  7. org.eclipse.jdt.core.compiler.debug.lineNumber=generate  

  8. org.eclipse.jdt.core.compiler.debug.localVariable=generate  

  9. org.eclipse.jdt.core.compiler.debug.sourceFile=generate  

  10. org.eclipse.jdt.core.compiler.problem.assertIdentifier=error  

  11. org.eclipse.jdt.core.compiler.problem.enumIdentifier=error  

  12. org.eclipse.jdt.core.compiler.source=1.6  

 再建個最常用的Synamic Web Project:



 這個內容就有點多了,一個個看一下吧:


eclipse工程的設定檔

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.