Eclipse Compile Project

Source: Internet
Author: User
Eclipse Compile Project Compiling a Java project

A project can have multiple compilers associated with it.

The Java project is associated with the Java compiler. You can view the compiler associated with the project in the following ways:

  • In the package Explorer view, right-click the project and select Properties
  • In the left tree menu, click Builders

The Java compiler is used to compile Java projects. With the point New button we can have the Java project associated with the Ant builder compiler.

The Java compiler generates a class file by compiling a Java project. The Java code is automatically recompiled when the project source code changes.

You can disable the automatic compilation feature by removing the build automatically (auto-compile) entry in the Project menu.

If you disable the automatic compilation feature, the project needs to compile the Java project from the Build Project menu item in the Project menu. If the build automatically (auto-compile) entry is checked, the build Project (manually compiled) menu item is unavailable.

Eclipse Compile 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.