本文介绍了在PlayN中,如何使用Google的Guava库来编译我的项目的HTML版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我可以像这样简单地导入Guava库来运行项目的Java版本:
I can run the Java version of my project fine by simply importing Guava libraries like so:
code>。I think you may be importing the wrong class. Try replacing the com.google.gwt.thirdparty.guava.common.collect.ImmutableList import with com.google.common.collect.ImmutableList.
Here is a similar question about the Lists class: Trouble with GWT and Guava
这篇关于在PlayN中,如何使用Google的Guava库来编译我的项目的HTML版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!