我正在尝试获取 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
知道这可能是什么吗?
编辑:这是我正在使用的版本:
- 播放N 1.4
- GWT 2.4
- 日蚀靛蓝
- 火狐 13.0.1
- 爪哇 6
- 视窗 7, 64 位
- 托管模式适用于其他项目。