Home > Java > Javagetting Started > body text

How to use java in eclipse

爱喝马黛茶的安东尼
Release: 2019-12-09 15:43:16
Original
6883 people have browsed it

How to use java in eclipse

1. Open eclipse and select "file——new——Java project" in sequence.

How to use java in eclipse

#2. Give our java project a name and click Finish.

How to use java in eclipse

#3. At this time, the java project we just created will appear in the list on the left. Click on the project and create a new class in the src directory.

How to use java in eclipse

4. In the pop-up box, fill in the name of our jave program and select Finish.

How to use java in eclipse

#5. Here is a simple java program as an example, Ctrl S to save.

How to use java in eclipse

#6. Now to run the java program, click the green triangle above and select "run as java applacation".

How to use java in eclipse

#7. Program output results.

How to use java in eclipse

PHP Chinese website has a large number of free JAVA introductory tutorials, everyone is welcome to learn!

The above is the detailed content of How to use java in 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