[program-java] Eclipse: Project creation

  • From: "Corbett, James" <James.Corbett@xxxxxxxxxxxxx>
  • To: "Program-J (E-mail)" <program-java@xxxxxxxxxxxxx>
  • Date: Tue, 21 Oct 2008 11:37:53 -0400

Eclipse Creating a Project.

Now that we have modified the configuration file, and the Work Space has been 
created we need to add a project to our work space.

Realize that the steps I am about to describe are for version 3.2 of Eclipse 
and may vary but you'll get the jist of the idea.

1.      Load Eclipse and select your work space.

2.      From the file menu select the "New" option and then the sub option 
"Project".

3.      You are now placed on the Project Wizard.... Tab to the list and select 
Java Project and then click the Next button.

4.      A new screen will appear... tab to the project edit field and enter the 
name of your project. In this example we will call it first_time....

5.      Ensure that the option for creating project in work space has been 
selected....

6.      Ensure that the option for creating new source and output folders is 
selected. Then tab to the Finish button.

You can now view your efforts by using the following key combinations: alt w + 
v + p + enter. You are now in your own workspace with your project 
first_time.....


James M. Corbett

GST Division (Micro Applications)
Acting CS3 IT Specialist / Acting Team Leader
(613) 941-1338

"I love deadlines. I like the whooshing sound they make as they fly by." 
Douglas Adams

"I'm Jim Corbett and I approve this message"

Other related posts:

  • » [program-java] Eclipse: Project creation