0

In Eclipse, on many occasions i have had issues with the order in which libraries and jars of a project are loaded. i.e. Project -> BuildPath -> Configure Build Path -> Order and Export.

I have the following questions:

  1. Are libraries loaded with preference?
  2. If two libraries conflict, which one overrides the other?
  3. Should the src folder be at the top or should it be the JRE System Library. If so, Why? Is this trivial?

Direct answers or references to reading material would be great.

tobias_k
  • 81,265
  • 12
  • 120
  • 179
Riyanat
  • 141
  • 1
  • 2
  • 8

2 Answers2

2

A quick google and I found a good reference about this "Order and Export" tab, from here on stackoverflow.

The "Order and Export" tab in "Java Build Path"

Community
  • 1
  • 1
Matt
  • 477
  • 1
  • 5
  • 19
0

A quick look into that in eclipse and I found that eclipse is only allowing a reordering at library group level, not at library level, as the question was.

Fabio Ricci
  • 89
  • 1
  • 9