I've created a new project in java using eclipse.
I've tried reference a project from the workspace to it - but when I try to write code using the referenced project interface it won't accept it. Tried to jar the project and reference the jar - won't work.
Another project - that I received with the project I try to reference - came already referenced and it works ok there.
I did a simple reference using build path. Tried clean but it didn't help. I'm on auto build. Strange thing - eclipse won't recognize the attempt of using code from the referenced project - but if I press F3 on it - it will open the right source file.