Home > Java > javaTutorial > How to use eclipse

How to use eclipse

藏色散人
Release: 2019-09-17 13:32:55
Original
14325 people have browsed it

How to use eclipse

How to use eclipse?

Eclipse is an open source, Java-based scalable development platform, but some friends are not particularly familiar with this platform. Today, I will share my experience with you about Eclipse. I hope it can help friends in need.

Method/Step

Open the Eclipse software on your computer and click "File" at the top of the window.

How to use eclipse

Select "New" and click "Java Project".

How to use eclipse

Click the box after the project name, enter the project name, and click "Finish".

How to use eclipse

Open this project in the package explorer on the left, right-click "src", select "New", and click "Class".

How to use eclipse

#Enter the name after the name, be careful to enter letters, check "public static void main", click "Finish" to type the code in the window.

How to use eclipse

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

Related labels:
source:php.cn
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