I have Eclipse project A which loads resources found in its project root.
I have Eclipse project B which uses project A. Whenever I execute project B, the resources A tries to load is not found, obviously because it’s looking for the resources in project B root rather than A.
How do I address this issue?