Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse shows errors but I can't find them

I am trying to run my project, but Eclipse is saying I have errors. But there are no errors, just a red cross where the project name is. I have tried deleting the R.java and generating a new one, but that didn't work.

like image 508
JonniBravo Avatar asked Sep 28 '10 13:09

JonniBravo


People also ask

How do I find errors in Eclipse?

From the main menu, select Window > Show view > Other. Then select General > Error Log. The error log is displayed, showing the following information for each error: The status of the error (for example, error or warning)

How do I fix Eclipse errors?

I recommend going to your Problems view, selecting one of the errors, and hitting Ctrl-1 (quick fix). It should offer you the chance to fix all the errors of the selected type, in all files. You can also mouse over the error in the text editor and wait for a popup; it should say "fix 70 other errors of this type".

How do I get rid of the red exclamation mark in Eclipse?

use this simple steps right click on the project->properties ->java Build path-> click on the jre system library and remove it after that step click on Add library and add a new jre system library that will resolve it!


1 Answers

Take a look at

Window → Show View → Problems 

or

Window → Show View → Error Log 
like image 95
Fortega Avatar answered Oct 02 '22 22:10

Fortega