He asks you if you want to work even if he finds errors in the project. First, what mistakes can you fix? Eclipse gives pretty good error messages. If the errors are correct, disable them in the project settings, then try to start the project again.
Otherwise, double-check that you are using the exact code from the tutorial. Copy the code from Google and save it in a separate file. Then select your file and the new file, right-click on the two files and use the Eclipe comparison file to show you if you missed something.
[edit] You can install the EE version in another directory. The various versions of Eclipse go great with each other, they are simply huge. Do not import the project into the EE workspace. It appears as a simple Java project, and you need a web project. Create a new Web / JSP project, and then copy the files.
source share