我已经在 Eclipse(http://code.google.com/p/playn/wiki/GettingStarted#Running_via_Eclipse)上安装了 playn,我加载了示例程序并加载了文件,java 运行良好。但是对于 html,我右键单击 showcase-html > google > compile 我没有收到任何错误:
Compiling module playn.showcase.Showcase
Compiling 1 permutation
Compiling permutation 0...
Compile of permutations succeeded
Linking into C:\Users\(my path)\playn-samples\showcase\html\target\playn-showcase-html-1.0-SNAPSHOT\showcase
Link succeeded
Compilation succeeded -- 12.208s
然后运行为 > Web 应用程序
我在开发选项卡中得到一个网址:
http://127.0.0.1:8888/Showcase.html?gwt.codesvr=127.0.0.1:9997
当我运行它时,它会挂起我的浏览器
当我运行这个:
http://127.0.0.1:8888/Showcase.html
它在弹出窗口上显示“可能需要(重新编译)GWT 模块”并且什么都不加载。
知道可能出了什么问题吗?