HelloWorld textbook series (four) - use a java project to create the first ecipse

HelloWorld textbook series (four) - the first use ecipse create a java project
using Eclipse to create your first java project
Step 1: Open eclipse
Step 2: Select Workspace
Step 3: Create a java project
Step 4: Enter the name of the project j2se
Step 5: after seeing the success of the creation interface

Step 1: Open eclipse
which is so far the latest version of eclipse 4.5 MARS

Here Insert Picture Description

Step 2: Select the workspace
in the command line Hello World in the project directory e: \ project

Except when the first start eclipse can be selected outside the working area, also after starting, is selected by the workspace command:
File -> Switch Workspace selected e: \ project as a work area

Select a workspace
Step 3: Create a java project
if it is the first time to create a Java project
File-> New-> Other-> Java-> java Project

After re-create java project, you only need to
File-> New-> java project

Create a java project
Step 4: Enter the name of the project j2se
project name entered j2se
click to finish

Enter the name of the project j2se
Step 5: After successfully created an interface to see

After seeing the success of the creation interface

More, click here for: https://how2j.cn/k/helloworld/helloworld-eclipse-project/144.html

Published 24 original articles · won praise 4 · Views 2755

Guess you like

Origin blog.csdn.net/z1c5809145294zv/article/details/104779514