I'd like to upvote this question as I'm running into this same problem. But I don't have enough karma. So I'll offer a few of my own details here in the hope that someone can solve this.
My system:
- Ubuntu 11.10
- Eclipse 3.7
- GWT SDK 2.4.0
I was able to get the showcase example running in Chrome when I ran the debug version in development mode with the GWT Chrome plugin. And I even got it running in non-development mode once -- but I'm not sure how! I was fiddling with various things.
I see this path is set in playn-samples/showcase/html/.classpath. Currently I have the following setting:
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/com.google.gdt.eclipse.suite.3.7.update.site_2.5.1"/>
Based on some settings I ran into while Googling this problem, I changed it to:
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT"/>
And that's when I got it running. But the setting doesn't seem to stick when I restart Eclipse and I haven't been able to recreate my success.
I suspect it's some sort of config setting but I'm just groping in the dark.