Praveenkumar
Praveenkumar

Reputation: 24506

Why sometimes happend like this in Eclipse?

Sometimes importing the projects cause error like this : If anyone know this help me how to clear this. If you can't see the image then download from here.

untitled

Upvotes: 0

Views: 74

Answers (3)

Stefano
Stefano

Reputation: 4031

you should set the build path properly to link the library.

To do so you can:

  • right click on the project
  • Build Path
  • Configure Build Path

Upvotes: 2

Suraj Chandran
Suraj Chandran

Reputation: 24801

Goto Window->Show View->Problems

Find the problems and fix them.

Upvotes: 1

Cratylus
Cratylus

Reputation: 54094

This usually means that a library used by the imported project is not found.
You should edit the build path
For the exact reason check in the log screen the markers tab

Upvotes: 1

Related Questions