Eclipse of development tools (i)

Source: Internet
Author: User

1. What is Eclipse

2. Basic concepts of Eclipse

3. Eclipse interface

4. Eclipse creates a Java project

5. Java Project directory structure

6. Compiling and running Java projects and error hints

1. What is Eclipse

Borland Corp.

2. Basic concepts of Eclipse

Eclipse Eclipse Sun Sun

3. Eclipse interface

4. Eclipse creates a Java project

<1> New--->java project

<2> New Package--->package

<3> New class file >class new---

1 Package First_package;2 3  Public classTest {4 5      Public Static voidMain (string[] args) {6System. out. println ("Hello World");7 8     }9 Ten}

5. Java Project directory structure

It will be compiled automatically after saving.

Do the following

The output is as follows, actually running the class file

6. Compiling and running Java projects and error hints

Let's create one more interface student

1 Package First_package; 2 3  Public Interface Student {4      Public void study (); 5      Public void eat (); 6 }

Create a new chinesestudent to implement student

Automatically generated

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.