php    php100   android
當前位置:首頁 » Eclipse教學 »

Eclipse - 構建項目 評論   編輯

構建Java項目

A project can have zero or more builders associated with it. A java project is associated with a java builder. To see the builders associated with a project:

  • In the Package Explorer view right click on the project and select Properties
  • On the tree in the left hand side click Builders
Eclipse - 構建項目

It's the java builder that distinguishes a Java project from other types of projects. By click on the New button you can associate the Ant builder with a java project.

The java builder is responsible for compiling the java source code and generating classes. The java builder is notified of changes to the resources in a workspace and can automatically compile java code.

To disable automatic compilation deselect the Build Automatically option from the Project menu.

Eclipse - 構建項目

If automatic compilation is disabled then you can explicitly build a project by selecting the Build Project menu item on the Project menu. The Build Project menu item is disabled if the Build Automatically menu item is selected.

貢獻/合作者

正在開放中...
 

評論(0條)

  • 還冇有評論!