I inherited a java project and don\'t have much experience with Eclipse. In the package explorer I can see the outline of the project with all the classes but when I try to
You can have Eclipse do that automatically for you.
Using the latest version, go to Window -> Preferences.
Select General -> Workspace and from there make sure the first and second option are checked:
This is very useful especially if you use Dropbox or something similar (wuala etc) :)
If refresh and clean doesn't work, it might work to just simply just run your code. For me it did the trick. After many refresh and cleaning/ building didn't work.
Just remove all projects from eclipse workspace and Re-Import the all projects again. It is working for me. Just try it
just refreshing isnt always the answer. I had this source issue happen when I had imported two projects with the same context for review and Eclipse made me disambiguate them, forcing a change to the web context of the second. The source for one was linking to the other context's source folder. eg
in .settings/org.eclipse.wst.common.component
(within folder A1) the wb-module
element referred to the other context /A[later] and was using its source code, not that for /A.
I solved this by updating all references in the org.eclipse.wst.common.component
file in each project to suit their correct project
** the suffix I chose upon import, it has no particular significance