George
George

Reputation: 1327

I don't understand the error on eclipse

Please somebody can help me with my error, there is nothing on console, but I can't run the project. This is creenshot: enter image description here

thanks for help

Upvotes: 1

Views: 299

Answers (4)

osdamv
osdamv

Reputation: 3583

I think it is the build path, maybe you forgot to add a library or move it.

Upvotes: 0

Seva Alekseyev
Seva Alekseyev

Reputation: 61331

Try cleaning the project (menu/Project/Clean). The project tree looks as if there's a compilation error in one of the files - there's a red "x" on the project; typically, the similar "x" would be on the problematic file. Which can be a source, or a resource, or the manifest. Open up the tree and try to find one.

Upvotes: 0

Bugs bunny
Bugs bunny

Reputation: 163

Clean your projects by going

Eclipse>Project>clean

Upvotes: 0

Chris Dennett
Chris Dennett

Reputation: 22721

Click on the Problems tab at the bottom, see what the error is.

Upvotes: 3

Related Questions