Home > Java > javaTutorial > body text

How to create a java project using eclipse

王林
Release: 2023-05-03 08:49:06
forward
3703 people have browsed it

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

How to create a java project using 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 using 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 using eclipse

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

How to create a java project using eclipse

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

How to create a java project using 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 using eclipse

7. Finally we can see that the java file is created.

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!

Related labels:
source:yisu.com
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template