The Eclipse development environment
The Eclipse development environment has four main components:- Workspace
- Projects
- Perspectives
- Views
The Java perspective
Figure 2 shows the Java perspective, which is the default perspective for Eclipse. You should see this perspective when you start Eclipse.Figure 2. Eclipse Java perspective
The Java perspective contains the tools that you need to begin writing Java applications. Each tabbed window shown in Figure 2 is a view for the Java perspective. Package Explorer and Outline are two particularly useful views.The Eclipse environment is highly configurable. Each view is dockable, so you can move it around in the Java perspective and place it where you want it. For now, though, stick with the default perspective and view setup.
Create a project
Follow these steps to create a new Java project:- Click File > New > Java Project... to start the New Java
Project wizard, shown in Figure 3.
Figure 3. New Java Project wizard
- Enter
Tutorial
as the project name and click Finish. - If you want to modify the default project settings, click Next (recommended only if you have experience with the Eclipse IDE).
- Click Finish to accept the project setup and create the project.
0 comments:
Post a Comment