When compiling guava 16.0+gwt 2.6 RC4,I got this error:
[ERROR] Errors in 'jar:file:/home/alex/workspace/DSC-Lib/lib/guava-gwt-15.0.jar!/com/google/common/base/super/com/google/common/base/CharMatcher.java'
[ERROR] Line 760: MAX_SIZE cannot be resolved or is not a field
有什么问题?
答案 0 :(得分:0)
看起来GWT SDK中包含了Guava 15.0版。这与您的Guava版本16.0冲突。也可以切换到15.0或者使用类路径顺序来编译它。现在,我认为切换到Guava 15.0版可能是更好,更简洁的方法。