I'm using jikes -depend to build (instead of make). I understand in
this mode, the source to the class specified as the run app will be
the top source compiled.
This works fine so long as I'm editing a file in the same directory as
my top source. But if I'm editing a file in another directory (but still
inside my project tree, where the the top source is located in the
root of the tree), it won't work. It can't find the source. I even tried
specifying a full path in the run app parameter.
Is there a way to help JDE find the source in this situation? (Aside
from visiting a file from the root directory).
-Charlie