GWT 2.0 Declarative Interface Tutorial Project Download
I have now made the project used in the GWT 2.0 tutorials available for download.
The project includes declarative interfaces and method binding. It also includes the original GWT RPC example code so the application acts exactly the same as the GWT created example
In regards to the buildpath problem you simply have to update the location of the GWT and AppEngine plugin.
If you have installed the Eclipse plugins for both right click your project and choose properties
Then click Java Buildpath
Click the Libraries tab and remove both the failing libraries
Click Add Library and choose ‘Google Web Toolkit’
then go ahead and add the GWT library.
Do the same for Google App Engine and you should be ready to go.
Hi there
is there a build path problem in the project download??
Seems like there is a Build path problem. Waiting to fix it and check it out!