What is the Order and Export tab in the Java build path
This allows you to do two things:
Here's a hint for you:
Order and export. An order in which projects and libraries are displayed in the assembly path and the path to the default execution classes; for example, using classes from a workspace project before using the same classes from the archive library.
Found it on informit.com