GWT ant devmode:ant 未被识别为内部或外部命令
我正在关注 code.google.com 上的 GWT 教程。我使用 webAppCreator 构建了一个应用程序尝试使用 ant devmode 从命令行运行它。它会引发此错误,ant 未被识别为内部或外部命令
I am following GWT tutorial from code.google.com. I build an application using webAppCreator & try to run it from command line using ant devmode. It raises this error, ant is not recognized as an internal or external command
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 eclipse 插件。您可以点击此处免费下载 Eclipse
然后单击“帮助”和“安装新软件”。输入此链接:http://dl.google.com/eclipse/plugin/3.6
只需单击下一步,下一步并重新启动 eclipse 即可。
如果你真的想使用命令行,你应该将你的 sdk 路径添加到你的计算机变量中,但我不再知道确切的设置。
Try using the eclipse plugin. You can download eclipse for free by clicking here
Then click "help" and "install new software". Enter this link: http://dl.google.com/eclipse/plugin/3.6
Just click next, next and restart eclipse.
If you really want to use the command line you should add your sdk path to your computer variables but I don't know the exact setup anymore.