The “Order and Export” tab in “Java Build Path”

后端 未结 5 1637
一生所求
一生所求 2020-12-02 17:42

\"enter

What\'s the use of \"Order and Export\" tab in \"Java Build Path\" dialog box?

5条回答
  •  春和景丽
    2020-12-02 18:26

    To answer your specific question, if this project were to be added as a dependency for another Java project, the order would be used to resolve classes and packages in this project when running the other project. Those classes and packages are said to be exported to/for the other running project's class path.

提交回复
热议问题