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:
- Are libraries loaded with preference?
- If two libraries conflict, which one overrides the other?
- 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.