Changes

Jump to: navigation, search

User:Qinzhi

308 bytes added, 18:53, 23 January 2011
no edit summary
2. Creating your first Java project
1)In menu, click file->new->Java project.
2)Project name type MyfirstPrjMyFirstPrj, 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
5. Creating a Java class
6. Renaming Java elements
7. Moving and copying Java elements
1
edit

Navigation menu