[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Source not Found

Charles Emory wrote:
I've been using Eclipse for about a month or so now, and was working on my program when my laptop shutdown. When I come back in and start working again when I went to debug and step through my program as soon as I get to a line that uses anything from another class in the project I get an error "Source not Found" with and option to Edit Source Lookup Path, unfortunately I have no idea on what to change, as far as I can tell it is set to the right filepath to get to my source folders, I've spent a couple hours searching for an answer but so far no luck, anyone have any idea what could have happened?

(I've uninstalled/reinstalled the entire Eclipse program a couple times now with no luck there.)


You may also want to check the Project Build Properties. Project -> Properties -> Java Build Path -> Libraries. Select the library here to which your "other class" belongs to. Expand the tree node. You will see a child node "Source Attatchment". You can "Edit" (button on right pane) it to attach the source code location for it.

--
hth,
Ankur..
Eclipse PDE