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

How to create a java project in eclipse

coldplay.xixi
coldplay.xixiOriginal
2021-01-05 11:40:34153248browse

How to create a java project in eclipse: first click the file option pointed by the arrow and create a new project; then click the src package under the project, right-click SEC, select new and CLASS pointed by the arrow; finally enter the box Enter the class name and check the box pointed by the arrow.

How to create a java project in eclipse

The operating environment of this tutorial: windows7 system, java10&&Eclipse IDE 2020 version, DELL G3 computer. This method is suitable for all brands of computers.

Related free learning recommendations: java basic tutorial

How to create a java project with eclipse:

1. Open the eclipse software , click the file option pointed by the arrow in the menu bar.

How to create a java project in eclipse

#2. Click the new and JAVA PROJECT options pointed by the arrow in the drop-down options of the file option.

How to create a java project in eclipse

#3. Enter the new project, enter the project name in the enemy pointed by the arrow, and click the finsh pointed by the arrow to complete the creation.

How to create a java project in eclipse

#4. We can see the newly created java project and click on the src package under the project.

How to create a java project in eclipse

5. Right-click SEC, select new and CLASS pointed by the arrow, and enter the new page.

How to create a java project in eclipse

6. Enter the class name in the name input box pointed by the arrow, check the box pointed by the arrow, and click finish

How to create a java project in eclipse

7. We can see that the java file has been created.

How to create a java project in eclipse

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn