User:Qinzhi
Basic Lab:
1. Preparing Eclipse 1)Goto Eclipse from http://www.eclipse.org. 2)Choose Classic 3.6.0 and download it. 3)Unzip eclipse to c:\eclipse\ide_java folder 4)Doubleclick eclipse.exe in c:\eclipse\ide_java\eclipse 5)Workspace type ./wksp/Basics/lab 2. Creating your first Java project 1)In menu, click file->new->Java project. 2)Project name type MyFirstPrj, click finish. 3. Browsing Java elements using the package explorer In the left side of Eclipse, that is the package explorer. Use mouse to expend MyFirstPrj, you can see src and JRE System Library. 4. Creating a Java class In package explorer, right click on src folder, and select new->class, type student, and click enter key. in student.java, type the code. sample code is at 4. Editing Java elements
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