我的申请希望:
自动扩展性
客户/服务器关联
我怎么能做到这一点?
我在eclipse上安装了playn(http://code.google.com/p/playn/wiki/GettingStarted#Running_via_Eclipse),我加载了示例程序并加载了文件,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
Run Code Online (Sandbox Code Playgroud)
然后运行> Web应用程序
我在开发标签中找到了一个网址:
http://127.0.0.1:8888/Showcase.html?gwt.codesvr=127.0.0.1:9997
Run Code Online (Sandbox Code Playgroud)
当我运行它时它会挂起我的浏览器
当我运行这个:
http://127.0.0.1:8888/Showcase.html
Run Code Online (Sandbox Code Playgroud)
它在弹出窗口中说"GWT MODULE可能需要(重新建立)"并且不加载任何东西.
知道什么可能是错的吗?