Riyad,
Nope. cleaning / rebuilding does not help.
To be more specific, my Java Build Path/Source is
<project>/src
Included: (All)
Excluded: (None)
Allow output folders for source folders (Not Checked)
Default output folder: <project>/bin
In the src folder the structure is like:
src/…/abc.java/images/x.gif
And what needs to exist in order for the class files to find the image is
bin/…/abc.class/images/x.gif
I have tried “excluding” the images directory but that doesn’t help either.
Any other suggestions??
Lee.