Hi,

I'm definitely not an expert, although I'm pretty good at fixing my
own problems.  I haven't found any in the tutorial except for the
jUnit testing part.  I hope this isn't too basic, but I don't really
know your skill level.  It could be higher than mine, in which case,
feel free to ignore me. :)

Do you have "Build Automatically" enabled in the project menu?  If
not, be sure you build everything.  I like to occasionally do a Clean
from the same project menu, to make sure everything gets built with
the latest code.  Sometimes it fixes problems.

Other than that, I usually look through the stack traces to find which
statement in my source code caused the exception.  This isn't
necessarily the error, but it does pinpoint where the error is
generated, and gives you something to look into further.

Another possibility is to download the entire project, import it into
Eclipse, and see if it runs.  If so, you can substitute in your files
one by one until it breaks, and there's the files with a problem.  If
it doesn't run, then you know there's something in your system
configuration.

Hope this helps.

Marty Fried
Leftcoast, USA


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to