1

i had put two libraries on the build path of my project, and then i closed eclipse for the night. when i re-opened eclipse, and opened the same workspace, the libraries "aren't working" in that eclipse isn't doing any of the helpful things it was previously doing, like underlining bad syntax with red squigglies, reporting things that didn't get imported, etc. anyone have an idea of what happened?

Tony Stark
  • 24,588
  • 41
  • 96
  • 113

2 Answers2

1

Maybe you have disabled "Project->Build Automatically"?

Arne Deutsch
  • 14,629
  • 5
  • 53
  • 72
0

Try Project->Clean. Perhaps the perspective has changed, e.g. from one language to another so it isn'd doing any syntax highlighting

Tarski
  • 5,360
  • 4
  • 38
  • 47