Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors:
The project was not built since its build
Right click on project -> Properties -> Java Build Path (From Left List) -> Libraries (Tab) -> Add Library (Button on right) -> JRE System Library -> Next -> Workspace default JRE -> Finish
This should solve at least one of your errors. Any others might require you to add further libraries.
Hope this helps.