Home  >  Article  >  Java  >  How to create a java project using eclipse

How to create a java project using eclipse

王林
王林forward
2023-04-30 12:40:063481browse

eclipse creates a java project

1. First weopeneclipse.

Start from in the upper left corner, select New, and then click java project.

How to create a java project using eclipse

2. In the next pop-up window, we can give this project a name ,

Just customize your project name here.

How to create a java project using eclipse

3. Next, we enter the Package Resource Manager.

Here, we can see our newly created project.

How to create a java project using eclipse

4. Then we continue to find the window bar,

Click down to show the view,

In the expanded column, we find Package Explorer.

How to create a java project using eclipse

5. Next, we select New in the src folder, and thenselect the class.

How to create a java project using eclipse

6. The last step is to give this class a name.

And click "public static void main (String[] args)" to confirm.

How to create a java project using eclipse

The above is the detailed content of How to create a java project using eclipse. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete