I am a computer science student learning Java, so I do some work at home and at college on a mixture of Linux and Windows. I have a problem after copying a new project into the Eclipse workspace. The project shows up, but with a red exclamation mark and an error saying:
The project cannot be built until build path errors are resolved
How can I fix this? I tried the solution described here, but it didn't work.
Right Click (Java Project) -> properties -> Java Build Path -> Libraries
. Do you see any jar/library being listed there and havingwarning
orissue
icon in front? – Admiration