Hi all,
I have made three java project say proj1, proj2, proj3.I have made proj2 dependent upon proj3. proj1 dependent upon proj2. Making project dependent i mean that i have given the name of the proj in the buidpath > project
using Eclipse IDE.
Now as far as i know if i try import some object in proj1 then the compiler will try to find the object in the proj1 then if not found it will try to find in proj2 else it will try to found in proj3.
But in my case if the object is not there in proj1 and proj2. Compiler is not trying to find it in proj3. it is throwing copilation error it is there in proj3. Please help me out.