Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过本教程在 GWt Ext 中制作我的 HelloWorld 应用程序
在 HTML 类中,我们必须把这一行
<script type="text/javascript" src='com.mycompany.mypackage.HelloWorld.nocache.js'></script>
谁能告诉我这条线是什么以及我必须在这里提到的路径
现在我的应用程序正在运行,GWT shell 正在打开,但里面什么都没有,我只看到一个空的浏览器
您应该在浏览器中复制地址(Eclipse 中的开发模式,例如http://127.0.0.1:8888/******.html?gwt.codesvr=127.0.0.1:9997:),试一试。
http://127.0.0.1:8888/******.html?gwt.codesvr=127.0.0.1:9997