Home > Java > javaTutorial > body text

How to create a java project using eclipse

王林
Release: 2023-04-30 12:40:06
forward
3468 people have browsed it

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!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!