Difference between revisions of "Teams Winter 2011/team2/lab1"
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
Contents
- 1 Tutorial
- 1.1 Preparing Eclipse
- 1.2 Creating your first Java project
- 1.3 Browsing Java elements using the package explorer
- 1.4 Editing Java elements
- 1.5 Creating a Java class
- 1.6 Renaming Java elements
- 1.7 Moving and copying Java elements
- 1.8 Navigate to a Java element's declaration
- 1.9 Viewing the type Hierarchy
- 1.10 Searching the workbench
- 1.11 Running your programs
- 1.12 Debugging your programs
- 1.13 Evaluating expressions
- 1.14 Evaluating snippets
- 1.15 Using the Java browsing perspective
- 1.16 Writing and running JUnit tests
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)
- CLICK HERE and download the Eclipse version that's appropriate to your operating system
- 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