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.

Java project

Java project

From the course: Learning Eclipse

Start my 1-month free trial

Java project

- [Instructor] We quickly created a project before. But now let's go back to talk about the steps involved with creating a project to better understand the anatomy of a project, and the tool that we used. That tool that we used was the new Java Project Wizard. That wizard can be launched in three ways. The first, which is what we did, was go to file, new, Java Project. Another way is to go anywhere in the package explorer and right click. Select new, and Java Project. Or, you can go to this first icon here, select new, choose Java Project, or if you actually just chose the icon itself, you can choose Java Project right here. Now let's go ahead and select next. When we're using this wizard, note that it has two pages. On the first page we can enter a project name. Let's go ahead and give it a default name right now as My Second Project. Also, this is where you can select your run time environment that's appropriate to you. Right now, as you can see, the default is JavaSE-10. Right…

Contents