Configuration files for Eclipse projects

Source: Internet
Author: User

Click the link to join the group "Java EE (ssh+intellijide+maven)": http://jq.qq.com/?_wv=1027&k=L2rbHv

Eclipse has been used for a long time, has been used, but do not know how it is running, to learn some of today first.

First A basic Java project was built: TestProject, and discovered that eclipse automatically generated these things:



Open them separately to see:

. classpath File:

XML code

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

  2. < Classpath >

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

  4.      classpathentry    path = />   

  5. < Classpathentry Kind="Output" path="bin"/>

  6. </ Classpath >

. project file:

XML code

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

Java code

  1. #Tue Dec : GMT

  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

Build one of the most common synamic Web Project:



This content is a bit more, one look at it:


Configuration files for Eclipse projects

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.