I have a project in the following structure
projectName
src
package1
class1
package2
class2
I have enabled build automatically
under project
tab. It builds projects successfully and creates class files under bin.
If I disable it and do the following, it is not working
right click on project --> build path --> configure build path --> source tab --> ok
It is not building the project. What I am doing wrongly here?
EDIT
yes, For the comment. I understand that I have to choose project-->build
But This is confusing me.