kind =“ con”和“ con”之间有什么区别?和kind =“ src”在buildpath参考中 [英] what is difference between kind="con" and kind="src " in buildpath reference

查看:135
本文介绍了kind =“ con”和“ con”之间有什么区别?和kind =“ src”在buildpath参考中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的项目中有一个类路径,有两种引用类型,一种是src,一种是con。我的项目中缺少以实物引用的jar。这两种引用类型之间有什么区别。

I have a classpath in my project there is two reference kind one is src one is con. con kind referenced jars is missing in my project. What is difference between these two reference kind and.

这里是我的.classpath文件

Here my .classpath file

1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath>
3   <classpathentry kind="src" path="src"/>
4   <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
6   ....
7 </classpath>


推荐答案

con 是一个容器,例如JRE文件或所需的插件列表。 src 是源文件文件夹路径。对于输出二进制文件,还有 output ,对于必需的项目,变量和库还有一些其他的东西。

con is a container such as the JRE files or the required plug-ins list. src is a source files folder path. There is also output for the output binaries and a some others for required projects, variables and libraries.

这篇关于kind =“ con”和“ con”之间有什么区别?和kind =“ src”在buildpath参考中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆