Difference between revisions of "Teams Winter 2011/team2/lab1"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
=Tutorial=
 
=Tutorial=
==Preparing Eclipse==
+
==[[team2/PreparingEclipse | Preparing Eclipse]]==
*Create a local directory on your desktop to store Eclipse and name it "Eclipse_Platform" (you may find in the future that it would necessary to store various versions of this IDE program)[[File:FolderEx.png]][[File:RenameEX.png]]
+
*Create a local directory on your desktop to store Eclipse and name it "Eclipse_Platform" (you may find in the future that it would necessary to store various versions of this IDE program)[[File:FolderEx.png]]
 +
[[File:RenameEX.png]]
 +
 
  
 
*[http://www.eclipse.org/downloads/packages/eclipse-classic-361/heliossr1 CLICK HERE] and download the Eclipse version that's appropriate to your operating system
 
*[http://www.eclipse.org/downloads/packages/eclipse-classic-361/heliossr1 CLICK HERE] and download the Eclipse version that's appropriate to your operating system
 
[[File:DownloadlinksEx.png]]
 
[[File:DownloadlinksEx.png]]
  
*
+
 
 +
*Extract the contents from that file to the new folder we dubbed "Eclipse_Platform" *note download [http://www.rarlab.com/download.htm WINRAR] if you're unable to extract the file
 
==Creating your first Java project==
 
==Creating your first Java project==
 
==Browsing Java elements using the package explorer==
 
==Browsing Java elements using the package explorer==

Revision as of 20:56, 2 February 2011

Tutorial

Preparing Eclipse

  • Create a local directory on your desktop to store Eclipse and name it "Eclipse_Platform" (you may find in the future that it would necessary to store various versions of this IDE program)FolderEx.png

RenameEX.png


  • CLICK HERE and download the Eclipse version that's appropriate to your operating system

DownloadlinksEx.png


  • Extract the contents from that file to the new folder we dubbed "Eclipse_Platform" *note download WINRAR if you're unable to extract the file

Creating your first Java project

Browsing Java elements using the package explorer

Editing Java elements

Creating a Java class

Renaming Java elements

Moving and copying Java elements

Navigate to a Java element's declaration

Viewing the type Hierarchy

Searching the workbench

Running your programs

Debugging your programs

Evaluating expressions

Evaluating snippets

Using the Java browsing perspective

Writing and running JUnit tests