[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: Source not Found
|
"Charles Emory" <cemory@xxxxxxxxx> wrote in message
news:34b82e03838bf3ac17afd84a7db96247$1@xxxxxxxxxxxxxxxxxx
> I've deleted my old workspace and made a new one so I don't think that is
> the problem.
Aha, new information.
> [...] The files that the debugger can't find are the other source files of
> the same project not a library that I made seperately.
When you click on the 'source' tab of the Java Build Path dialog, is the
folder containing your source files shown?
I'm wondering if, when you recreated your workspace (and presumably
re-imported either your projects or your source files), you ended up either
with a project that is not a Java Project, or with your source code in
folders that are not registered with Eclipse as source folders.
Note that if the problem is with your projects, then reimporting the project
into a new workspace probably wouldn't fix anything; you'd need to create a
new project and then import the source code.