Difference between revisions of "User:Cgomes7/Basics"
Line 24: | Line 24: | ||
== Evaluating expressions == | == Evaluating expressions == | ||
== Evaluating snippets == | == Evaluating snippets == | ||
− | [https://zenit.senecac.on.ca/~ecl500_111a11/lab_tutorial_Tung/lab1/14.%20Evaluating%20snippets/index.html Tung | + | [https://zenit.senecac.on.ca/~ecl500_111a11/lab_tutorial_Tung/lab1/14.%20Evaluating%20snippets/index.html Tung tutorial] |
[https://zenit.senecac.on.ca/svn/ecl500_111rep5/trunk%2078/tung-lab1/src/cs/ecl/basics/lab/tut1/ project] | [https://zenit.senecac.on.ca/svn/ecl500_111rep5/trunk%2078/tung-lab1/src/cs/ecl/basics/lab/tut1/ project] | ||
== Using the Java browsing perspective == | == Using the Java browsing perspective == | ||
== Writing and running JUnit tests == | == Writing and running JUnit tests == |
Revision as of 21:08, 31 January 2011
DPS914 - Basic Lab
Contents
- 1 Preparing Eclipse
- 2 Creating your first Java project
- 3 Browsing Java elements using the package explorer
- 4 Editing Java elements
- 5 Creating a Java class
- 6 Renaming Java elements
- 7 Moving and copying Java elements
- 8 Navigate to a Java element's declaration
- 9 Viewing the type Hierarchy
- 10 Searching the workbench
- 11 Running your programs
- 12 Debugging your programs
- 13 Evaluating expressions
- 14 Evaluating snippets
- 15 Using the Java browsing perspective
- 16 Writing and running JUnit tests