0% found this document useful (0 votes)
49 views2 pages

Eclipse - Build Project: Building A Java Project

The document discusses building Java projects in Eclipse. It explains that Java projects are associated with a Java builder for compiling source code and generating classes. It also describes how to see the builders associated with a project and disable or enable automatic compilation.

Uploaded by

jana ranjani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views2 pages

Eclipse - Build Project: Building A Java Project

The document discusses building Java projects in Eclipse. It explains that Java projects are associated with a Java builder for compiling source code and generating classes. It also describes how to see the builders associated with a project and disable or enable automatic compilation.

Uploaded by

jana ranjani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

ECLIPSE - BUILD PROJECT

http://www.tuto rialspo int.co m/e clipse /e clipse _build_pro je ct.htm

Co pyrig ht tuto rials po int.co m

Building a Java Project


A project can have zero or more builders associated with it. A java project is associated with a java builder. T o
see the builders associated with a project:
In the Packag e Explorer view rig ht click on the project and select Properties
On the tree in the left hand side click Builders

It's the java builder that disting uishes a Java project from other types of projects. By click on the New button you
can associate the Ant builder with a java project.
T he java builder is responsible for compiling the java source code and g enerating classes. T he java builder is
notified of chang es to the resources in a workspace and can automatically compile java code.
T o disable automatic compilation deselect the Build Automatically option from the Project menu.

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

You might also like