What is the use of Order And Export tab in Java Build Path
Build path is used by the compiler to resolve dependencies and build a project. Classpath is used during runtime when running a project in order to find necessary dependencies. Build path is configured on the Java Build Path property page of a project.
The build path is used for building your application. It contains all of your source files and all Java libraries that are required to compile the application.
In Eclipse select the web project and right-click Build Path > Configure Build Path. This will display the Java Build Path window.
It allows you to do two things:
Got some hint here for you:
Order and Export. Order in which projects and libraries appear in the build path and the default runtime classpath; e.g., use classes from a workspace project before using the same classes from an archive library.
Found it on informit.com
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With