From the course: Learning Eclipse

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Build Path

Build Path

From the course: Learning Eclipse

Start my 1-month free trial

Build Path

- [Instructor] Let's talk about configuring the Java build path. To get to the dialog window, for this, we can go to our project, let's say our second one here and go to properties. And for me, it automatically it brought up Java Build Path but you might have yours show another view. All you need to do is choose Java Build Path. And this will look similar to what we talked about a little earlier when we discussed the Java settings. In fact, it's almost identical. There's three parts to this. There's code in the source folder, as you can see here, indicated source folder on the build path. There's the required projects on the build path. There's a JARs and classes folder associated with the project. There's the Order and Export tab where you can configure the order of the path and have a little bit more control of the dependencies. But what I'd like to show here this time around is that if we selected, let's say, Classpath, demonstrate adding a JAR file. So if I want to add an external…

Contents