In eclipse Project files and Detailed explanation of classpath file
1、 Overview Project is a project file in which the structure of the project is defined, such as the location of lib, SRC and classes The location of classpath defines the $classpath used by your project at compile time. 2、 A Classpath file 1. Kind = "SRC": source file location; 2. Kind = "con": project operation system environment; 3. Kind = "lib": specify the library location of the project; 4. Kind = "output": the directory of project compilation output. 3、 A From the data of the project file, we can know that these configurations mainly describe the basic information of the project. 1. : project name / project name; 2. : description of engineering notes; 3. : additional ide plug-ins required at runtime; 4. : specific loading method information.