YouTip LogoYouTip

Eclipse Java Build Path

# Eclipse Java Build Path * * * ## Setting the Java Build Path The Java build path is used to locate dependent classes when compiling a Java project. It includes the following items: * Source packages * Project-related jar files and class files * Class libraries referenced by the project We can view and modify the Java build path using the Java Build Path option in the Java project properties dialog. The Java project properties dialog can be invoked by right-clicking on the specified Java project in the Package Explorer view and selecting the Properties menu item. Then, select Java Build Path in the left window. !(#) In the Java Build Path window, we can see the referenced jar files. Referencing jar files can be done in the Libraries tab. In the Libraries tab, we can click Add JARs to add jar files that exist in the Eclipse workspace, or click External JARs to import jar files from other locations.
← Eclipse Code TemplatesEclipse Create Java Interface β†’