.project是项目文件,项目的结构都在其中定义
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>12.23</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name&javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature&javanature</nature>
</natures>
</projectDescription>
其中
工程名<name></name>
工程注释描述<comment></comment>
运行时需要的额外Eclipse插件<natures></natures>
具体加载方式信息<buildSpec></buildSpec>
.classpath的位置定义了你这个项目在编译时所使用的$CLASSPATH
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path=lipse.jdt.launching.JRE_lipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="output" path="bin"/>
</classpath>
其中
源文件的具体位置(kind="src")
运行的系统环境(kind="con")
工程的library的具体位置信息(kind="lib")
项目的输出目录(kind="output")
本文发布于:2024-01-30 05:10:55,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170656265719458.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |