Top "Playn" questions

PlayN is an open-source, cross-platform game development framework that provides a single Java API that can be used to generate HTML5, Android, iOS, and desktop Java/applet clients.

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test

I have scoured the internet for almost five days now looking for a fix to this issue, but I cannot …

maven maven-2 playn
Missing artifact com.sun:tools:jar

I've been following the getting started tutorial, but am stuck after I imported the playn project using Maven. I am …

java maven playn
Build error: missing artifact com.sun:tools:jar:1.6

Trying to build PlayN sample projects I get: Missing artifact com.sun:tools:jar:1.6 pom.xml /playn-cute line 6 Maven Dependency …

java maven playn
PlayN/GWT - did you forget to inherit a required module?

I'm having a weird problem when I try to compile my game in HTML. (I searched the other topics and …

java html gwt playn