I am trying to run Playn html web application samples in Eclipse. I have completed the following steps:
http://code.google.com/p/playn/wiki/GettingStarted#Running_via_Eclipse
I am running Eclipse 3.7 on Ubuntu 11.10. I installed the plugins and I was able to successfully run the Java version.
However, when I start GWT Compile by right-clicking on the html list in Package Explorer, I get the following error:
An internal error occurred during: "playn-showcase-html - compiling GWT". java.lang.NullPointerException
This also happens with other samples. When I get to the GWT Compile dialog box, the top message says: "The project has errors."
When I start Eclipse, I get the following message in the console:
GWT SDK is not installed.
However, the SDK is installed. I double checked by following these steps:
http://code.google.com/intl/da-DK/eclipse/docs/install-eclipse-3.7.html
And I get the following message:
The "Google Web Toolkit SDK 2.4.0" will be ignored because it is already installed.
source share