I have taken a huge project from one of my friends and I just want to view the files just to understand some coding architectures they have implemented. On my system I don\'
Just disable JavaBuilder
in Properties -> Builders
. Sometimes after disabling JavaBuilder
error status is not updated (they are still visible). In that case do the following:
Properties -> Java Build Path -> Source
remove source folder(s)Build -> Clear...
JavaBuilder
as described aboveThat way you should not be irritated with error messages any longer, but retaining all the possibilities to navigate by ctrl+click, search references etc.