Milo
Milo

Reputation: 2171

Error running GWT Stockwatcher example project

When creating the Stockwatcher sample project in eclipse as described in the tutorial at http://www.gwtproject.org/doc/latest/tutorial/create.html, I am getting this error:

Unable to find 'com/google/gwt/sample/stockwatche/Stockwatcher.gwt.xml' on your classpath

I tried to add gwt jar files, as suggested in https://groups.google.com/forum/#!msg/Google-Web-Toolkit/6NFBiwkxFIQ/hObZXNpIoYIJ, but it doesn't work. Any ideas as of what can be the cause/solution?

Upvotes: 0

Views: 215

Answers (1)

David Levesque
David Levesque

Reputation: 22451

It looks like you have a typo in your package name. It should be stockwatcher not stockwatche (missing r at the end).

Upvotes: 2

Related Questions