我正在尝试播放PlayN演示并显示案例在eclipse中工作。
当我使用 maven :
构建/运行“Cute”样本时/path-to/playn-samples/cute$ mvn -Phtml integration-test
它运行正常,我可以在 http:// localhost:8080 /
上看到演示但是当我在托管模式中在eclipse中运行GWT时,它似乎编译得很好,但一旦在浏览器中( http://127.0.0.1:8888/CuteGame.html? gwt.codesvr = 127.0.0.1:9997 )我在FireBug控制台中收到错误(一直重复,直到我关闭浏览器选项卡)
uncaught exception: java.lang.RuntimeException: Native buffer required java.nio.DirectFloatBufferU[pos=0 lim=640 cap=640]
uncaught exception: java.nio.BufferOverflowException
知道这可能是什么吗?
编辑:以下是我正在使用的版本: