简体   繁体   English

gwt中的ant脚本问题

[英]ant script issue in gwt

I have created one simple GWT application.I have created build.xml. 我创建了一个简单的GWT应用程序,并创建了build.xml。 But when I run it, it gives me following Exception:- [Unable to find 'com/google/gwt/user/User.gwt.xml' on your classpath; 但是当我运行它时,它给了我以下异常:-[无法在您的类路径中找到'com / google / gwt / user / User.gwt.xml'; could be a typo, or maybe you forgot to include a classpath entry for source?]. 可能是拼写错误,或者您可能忘记了为源添加类路径条目?]。

Please guide me,how to solve this. 请指导我,如何解决这个问题。

您的GWT编译器(或开发模式)的类路径缺少gwt-user.jar。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM