Eclipse Create Java Project

Source: Internet
Author: User

Eclipse Create Java Project Open the New Java Project Wizard

The New Java Project Wizard makes it easy to create Java projects. Ways to open a wizard are:

    • By clicking on the "File" menu and choosing New > Java Project
    • Right-click anywhere in the Project Explorer window to select New > Java Project
    • Click the New button () on the toolbar and select Java Project
Using the New Java Project Wizard

The New Java Project Wizard has two pages.

First page:

    • Enter item name (in Project Name field)
    • Choose Java Runtime Environment (JRE) or directly using the default
    • Select Project Layout, which determines whether the source code and class files are placed in a separate folder. The recommended option is to create a separate folder for your source code and class files.

You can click the "Finish" button to create the project or click on the "Next" button to modify the Java build configuration.

The second page of the Java Build path setting (Java build Settings), which allows us to configure the dependencies of the project and the additional jar packages.

View New Project

The package Explorer shows the new Java project. The "J" letter in the project icon indicates a Java project. The folder icon indicates that this is a Java resource folder.

Eclipse Create Java Project

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.