无法解析导入 com.google.common.hash
很抱歉各位 Java 新手提出的问题。
我想这是我错过的东西(布偶时刻)。
- 我的项目中有 guava-gwt-11.0.1.jar 。
- 我可以让 com.google.common.math 来解决。
- 杜松子酒和吉斯解决得很好,
所以我想我已经把它正确地放在图书馆里了。
我是否缺少继承权或其他什么?
Sorry for the Java newbie question folks.
I figure it is something I've missed (Muppet moment).
- I have the guava-gwt-11.0.1.jar in the project.
- I can get com.google.common.math to resolve.
- Gin and Guice resolve OK
so I think i have it in the libraries properly.
Am I missing an inherits or something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仔细一看,该包中的类都没有使用
@GwtCompatible
进行注释。我在 wiki、以前的问题或邮件列表中找不到任何原因。因此,您可能应该填写一个问题,请求使用该注释来注释包中的类。当然,如果有意义的话,它会的。After quite a look, none of the classes in that package are annotated with
@GwtCompatible
. I couldn't find any reason of this in the wiki, previous issues or the mailing list. So you probably should fill an issue requesting to have the classes in the package annotated with that annotation. It will be, if it makes sense, of course.