Difference between revisions of "Team2/Creating your First Java Project"

From CDOT Wiki
Jump to: navigation, search
 
Line 7: Line 7:
 
*Under the "Package Explorer" panel, click on the arrow where our newly created project is under and right click the folder "src" and highlight "New" and then scroll down to "Package".
 
*Under the "Package Explorer" panel, click on the arrow where our newly created project is under and right click the folder "src" and highlight "New" and then scroll down to "Package".
 
[[File:PackageEx.png]]
 
[[File:PackageEx.png]]
 +
 +
*In the name text box, enter "firstAPP"
  
 
*[http://zenit.senecac.on.ca/wiki/index.php/Team2/Browsing_Java_Elements_Using_the_Package_Explorer Click here] to progress with the tutorial
 
*[http://zenit.senecac.on.ca/wiki/index.php/Team2/Browsing_Java_Elements_Using_the_Package_Explorer Click here] to progress with the tutorial

Latest revision as of 23:12, 2 February 2011

Guide Line

  • Move your mouse to the menu bar and select "File", then scroll down to "New", and click on "New Project"

ProjectEx.png

  • Under "Project Name" enter into the text box "ecl.Lab1" and click "Finish"
  • Under the "Package Explorer" panel, click on the arrow where our newly created project is under and right click the folder "src" and highlight "New" and then scroll down to "Package".

PackageEx.png

  • In the name text box, enter "firstAPP"