<bdo id='wmiAx'></bdo><ul id='wmiAx'></ul>
    <legend id='wmiAx'><style id='wmiAx'><dir id='wmiAx'><q id='wmiAx'></q></dir></style></legend>
  1. <tfoot id='wmiAx'></tfoot>
  2. <i id='wmiAx'><tr id='wmiAx'><dt id='wmiAx'><q id='wmiAx'><span id='wmiAx'><b id='wmiAx'><form id='wmiAx'><ins id='wmiAx'></ins><ul id='wmiAx'></ul><sub id='wmiAx'></sub></form><legend id='wmiAx'></legend><bdo id='wmiAx'><pre id='wmiAx'><center id='wmiAx'></center></pre></bdo></b><th id='wmiAx'></th></span></q></dt></tr></i><div id='wmiAx'><tfoot id='wmiAx'></tfoot><dl id='wmiAx'><fieldset id='wmiAx'></fieldset></dl></div>

    <small id='wmiAx'></small><noframes id='wmiAx'>

      解释 eclipse .classpath 文件.'kind="con"' 是什么意

      Interpreting eclipse .classpath file. What does #39;kind=quot;conquot;#39; and #39;exported=quot;truequot;#39; mean?(解释 eclipse .classpath 文件.kind=con 是什么意思和“出口=真“意思是?)
      • <i id='2JREO'><tr id='2JREO'><dt id='2JREO'><q id='2JREO'><span id='2JREO'><b id='2JREO'><form id='2JREO'><ins id='2JREO'></ins><ul id='2JREO'></ul><sub id='2JREO'></sub></form><legend id='2JREO'></legend><bdo id='2JREO'><pre id='2JREO'><center id='2JREO'></center></pre></bdo></b><th id='2JREO'></th></span></q></dt></tr></i><div id='2JREO'><tfoot id='2JREO'></tfoot><dl id='2JREO'><fieldset id='2JREO'></fieldset></dl></div>

          <tbody id='2JREO'></tbody>

          1. <small id='2JREO'></small><noframes id='2JREO'>

              <bdo id='2JREO'></bdo><ul id='2JREO'></ul>

                <legend id='2JREO'><style id='2JREO'><dir id='2JREO'><q id='2JREO'></q></dir></style></legend>
              • <tfoot id='2JREO'></tfoot>
                本文介绍了解释 eclipse .classpath 文件.'kind="con"' 是什么意思和“出口="真“"意思是?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                这是我下载的eclipse插件程序的eclipse.classpath文件.

                This is the eclipse .classpath file of the eclipse plugin program that I downloaded.

                我认为 kind="src"kind="output" 非常简单,因为它们意味着源 java 文件和编译的类文件的位置位于.

                I think that kind="src" and kind="output" is pretty straight forward, as they means the where the source java files and compiled class files are located.

                kind="lib" 似乎表示插件正在引用的 jar 文件,但我有一些我不确定的东西.

                The kind="lib" seems to indicate the jar files the plugin is referencing, but I have something that I'm not sure about.

                • kind="con" 是什么意思?
                • exported="true" 是什么?我认为为了使用这个插件,插件引用的所有jar文件都应该导出,但只导出其中的一部分.
                • What does the kind="con" mean?
                • What is it for the exported="true"? I think in order to use this plugin, all the jar files that the plugin refers to should be exported, but only some of them are exported.

                推荐答案

                1) 在kind="con"中,con代表容器,由eclipse 作为 类路径容器.如该链接所述:

                1) In kind="con", the con stands for container, which is interpreted by eclipse as a classpath container. As described in that link:

                类路径容器提供了一种间接引用一组通过 CPE_CONTAINER 类路径条目的类路径条目

                A classpath container provides a way to indirectly reference a set of classpath entries through a classpath entry of kind CPE_CONTAINER

                换句话说,它可以以任何方式对其他类路径条目进行分组并在任何地方重复使用它(包括为不同项目提供不同条目的能力).

                In other words, it enables grouping of other classpath entries in any way and re-use it wherever (including the ability of having different entries for different projects).

                2) 导出:假设您有依赖于项目 C 的项目 B.依赖项定义为 exported=true.然后,依赖于项目 B 的另一个项目 A 也将在 A'a 类路径上存在项目 C.

                2) exported: Say you have Project B that depends on Project C. The dependency is defined as exported=true. Then, another Project A that depends on Project B, will have also Project C present on A'a classpath.

                这篇关于解释 eclipse .classpath 文件.'kind="con"' 是什么意思和“出口="真“"意思是?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Bytecode features not available in the Java language(Java 语言中不可用的字节码功能)
                ClassCastException because of classloaders?(ClassCastException 因为类加载器?)
                How can I add a Javaagent to a JVM without stopping the JVM?(如何在不停止 JVM 的情况下将 Javaagent 添加到 JVM?)
                Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                Encourage the JVM to GC rather than grow the heap?(鼓励 JVM 进行 GC 而不是增加堆?)
                Why a sawtooth shaped graph?(为什么是锯齿形图形?)

                <i id='AvdGp'><tr id='AvdGp'><dt id='AvdGp'><q id='AvdGp'><span id='AvdGp'><b id='AvdGp'><form id='AvdGp'><ins id='AvdGp'></ins><ul id='AvdGp'></ul><sub id='AvdGp'></sub></form><legend id='AvdGp'></legend><bdo id='AvdGp'><pre id='AvdGp'><center id='AvdGp'></center></pre></bdo></b><th id='AvdGp'></th></span></q></dt></tr></i><div id='AvdGp'><tfoot id='AvdGp'></tfoot><dl id='AvdGp'><fieldset id='AvdGp'></fieldset></dl></div>

                      <small id='AvdGp'></small><noframes id='AvdGp'>

                    • <tfoot id='AvdGp'></tfoot>
                        <tbody id='AvdGp'></tbody>
                        <legend id='AvdGp'><style id='AvdGp'><dir id='AvdGp'><q id='AvdGp'></q></dir></style></legend>
                          <bdo id='AvdGp'></bdo><ul id='AvdGp'></ul>