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

后端 未结 5 1636
一生所求
一生所求 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:19

    There is one case where-in I found this useful. I had to use a sun.* class of an IBM jar. This class was also present in local jre, but my requirement was to use IBM's class. But by default,the compiler would refer the local jdk class only. In the eclipse order and export tab, I moved the external jar ahead of the JRE lib. Now, the compiler would refer to the class from IBM jar instead of local JRE.

提交回复
热议问题