Without going into details, my advice is to first look at everything
you added to your project since it stopped working. Speaking from
personal experience, more than 99% of the time, it's something I've
added that has caused the problem and not the vendor's. One other
thing would be to create a new Debug... action in Eclipse. Can you
build and run your project outside of Eclipse? Also try doing a
Project/Clean.... Sometimes that helps. Back in the old days of
Eclipse 3.1, we had to rebuild the project every once in a while but
deleting the source from the project (not the file system) and
reimporting. This wasn't a GWT project and we haven't seen anything
like that in a long time. That's about all I've got....
Later,
Shaffer