- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
GWT SDK 中有 2 个 jar:gwt-user.jar 和 gwt-dev.jar。因为它们在我的类路径中,所以我可以毫无问题地使用它们。
但是,当我尝试使用 gwt 捆绑的 Guava (com.google.gwt.thirdparty.guava.common) 时,我在客户端运行时遇到以下错误:
No source code is available for type
com.google.gwt.thirdparty.guava.common.collect.Lists
; did you forget to inherit a required module?
是的,我可能忘记继承 required 模块,但我不知道哪个是 guava :)
我检查了 jars 并发现了很多 .gwt.xml 文件,但是在 gwt-user.jar 中并且没有 Guava 标志 :O
更新:同时拥有 guava.jar 和 guava-gwt.jar @classpath 似乎是个问题。所以我现在只使用 guava-gwt.jar,但是在启动应用程序时会记录下来。编译器提示 javax.annotation 和类似的东西...由于字符数限制,我无法在此处粘贴完整日志。
[DEBUG] [databasemanager] - Validating newly compiled units
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Equivalence.java'
[ERROR] [databasemanager] - Line 20: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 51: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 51: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 60: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Equivalences.java'
[ERROR] [databasemanager] - Line 20: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 73: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 73: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 78: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 83: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 83: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 87: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Function.java'
[ERROR] [databasemanager] - Line 19: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 43: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 55: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Functions.java'
[ERROR] [databasemanager] - Line 25: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 108: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 137: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 145: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 155: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 200: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 241: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 266: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 273: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 277: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 281: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Joiner.java'
[ERROR] [databasemanager] - Line 28: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 113: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 113: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 147: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 147: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 171: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 171: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Objects.java'
[ERROR] [databasemanager] - Line 25: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 50: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 50: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 160: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 160: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 188: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 203: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Preconditions.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 86: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 112: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 113: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 143: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 169: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 170: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 202: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 227: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 228: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 298: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 348: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 413: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Predicate.java'
[ERROR] [databasemanager] - Line 21: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 45: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 57: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/super/com/google/common/base/Predicates.java'
[ERROR] [databasemanager] - Line 29: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 171: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 209: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 214: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 219: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 224: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 248: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 282: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 314: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 341: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 362: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 368: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 399: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 432: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Strings.java'
[ERROR] [databasemanager] - Line 26: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 45: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 56: Nullable cannot be resolved to
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/base/Suppliers.java'
[ERROR] [databasemanager] - Line 26: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 189: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 197: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/super/com/google/common/collect/AbstractBiMap.java'
[ERROR] [databasemanager] - Line 31: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 99: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 99: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/AbstractLinkedIterator.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 45: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/AbstractListMultimap.java'
[ERROR] [databasemanager] - Line 25: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 60: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 71: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 83: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 94: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 94: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 115: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/super/com/google/common/collect/AbstractMapBasedMultiset.java'
[ERROR] [databasemanager] - Line 36: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 225: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 230: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 244: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 266: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 322: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/AbstractMapEntry.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 43: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/AbstractMultimap.java'
[ERROR] [databasemanager] - Line 42: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 154: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 172: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 176: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 186: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 186: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 193: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 193: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 204: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 213: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 213: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 231: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 266: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 293: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 335: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 349: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 362: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 362: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 391: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 392: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 457: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 630: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 640: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 641: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 687: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 688: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 817: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 818: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 900: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 1284: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 1355: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 1464: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/AbstractMultiset.java'
[ERROR] [databasemanager] - Line 29: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 61: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 80: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 152: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/AbstractSetMultimap.java'
[ERROR] [databasemanager] - Line 25: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 58: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 80: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 94: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 127: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/AbstractSortedSetMultimap.java'
[ERROR] [databasemanager] - Line 25: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 64: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 76: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/BiMap.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 46: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 46: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 65: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 65: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ByFunctionOrdering.java'
[ERROR] [databasemanager] - Line 27: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 49: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ClassToInstanceMap.java'
[ERROR] [databasemanager] - Line 23: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 58: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ComparatorOrdering.java'
[ERROR] [databasemanager] - Line 28: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 55: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ComparisonChain.java'
[ERROR] [databasemanager] - Line 26: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 71: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 71: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 109: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 109: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 112: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 113: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 113: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 149: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 149: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/super/com/google/common/collect/EnumHashBiMap.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 75: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 79: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ExplicitOrdering.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 61: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingCollection.java'
[ERROR] [databasemanager] - Line 26: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 117: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 156: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/super/com/google/common/collect/ForwardingImmutableCollection.java'
[ERROR] [databasemanager] - Line 21: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 42: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingList.java'
[ERROR] [databasemanager] - Line 27: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 104: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 145: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 157: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 214: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingListMultimap.java'
[ERROR] [databasemanager] - Line 23: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 43: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 47: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingMap.java'
[ERROR] [databasemanager] - Line 29: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 117: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 149: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 198: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 222: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 263: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingMapEntry.java'
[ERROR] [databasemanager] - Line 26: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 76: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 92: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingMultimap.java'
[ERROR] [databasemanager] - Line 26: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 54: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 54: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 58: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 62: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 70: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 98: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 98: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 102: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 118: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingMultiset.java'
[ERROR] [databasemanager] - Line 27: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 80: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 103: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 129: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 271: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingSet.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 56: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 71: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingSetMultimap.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 45: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 49: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingSortedMap.java'
[ERROR] [databasemanager] - Line 27: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 107: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 131: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingSortedSet.java'
[ERROR] [databasemanager] - Line 27: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 104: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 127: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ForwardingSortedSetMultimap.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 44: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 48: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/HashBasedTable.java'
[ERROR] [databasemanager] - Line 29: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 114: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 114: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 118: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 122: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 126: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 130: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 130: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 134: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 139: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 139: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/super/com/google/common/collect/HashBiMap.java'
[ERROR] [databasemanager] - Line 24: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 79: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 79: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 83: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 83: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/super/com/google/common/collect/ImmutableCollection.java'
[ERROR] [databasemanager] - Line 25: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 67: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/ImmutableEntry.java'
[ERROR] [databasemanager] - Line 23: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 34: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 34: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Errors in 'jar:file:/home/miso/Java%20libs/guava-r08/guava-r08-gwt.jar!/com/google/common/collect/super/com/google/common/collect/ImmutableList.java'
[ERROR] [databasemanager] - Line 32: The import javax.annotation cannot be resolved
[ERROR] [databasemanager] - Line 220: Nullable cannot be resolved to a type
[ERROR] [databasemanager] - Line 224: Nullable cannot be resolved to
'com.google.common.primitives.Booleans.BooleanArrayAsList'
[WARN] [databasemanager] - Ignoring unresolvable annotation type com.google.common.annotations.GwtCompatible
[INFO] [databasemanager] - http://127.0.0.1:8888/databasemanager/
[INFO] [databasemanager] - Module databasemanager has been loaded
最佳答案
我认为您根本不应该使用 GWT 重新打包的 Guava 内容。我猜那只是供内部使用。您应该下载最新的 Guava 版本 here并包括其中的 guava 和 guava-gwt jar 。然后,您需要根据要使用的包继承模块。收集包将需要
<inherits name="com.google.common.collect.Collect"/>
关于java - GWT 应用程序中 Guava 模块的正确名称是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6322559/
我有一个包含数字和整数的文件,我只想读取整数, 如果它们令人讨厌,请忽略宏,但是我只需要有整数,但是我必须确保还要读取字符串,然后忽略它们 我必须在这里修改什么: #include #include
我有一个这样格式化的txt文件: MyDepartureTown MyDestinationTown 123.45 Vehicle 12 我正在尝试将数据导入到我的 C 程序中。这是我用来实现这一目标
我创建了一个简单的文件,使用 flex,它生成了一个文件 lex.yy.c,现在,我想把它放到 C++ 程序中。 %{ #include %} %% stop printf("Stop co
我的一个程序用 c++ 代码生成一个大文件。有没有办法从另一个C++类调用将生成的代码插入其中? 这是一个小例子,可以清楚地说明我想要实现的目标。 生成的文件示例: FirstClass first
我需要了解我的程序“检查输入十六进制消息的第三个位置” 程序将采用十六进制值输入消息。例如0x0123456789abcdef 程序将检查输入消息的第三个位置,即 0 现在程序将采用另一条十六进制值的
当我将输入从输入文件重定向到 yacc 程序时,在它完成解析文件后,我希望 yacc 解析器打印其所做操作的摘要。如果我通过键盘输入内容然后按 Ctrl+D,我希望它执行相同的操作。有办法做到这一点吗
我正在扫描该文件,但它有两种不同的结构。 文件: ParisRoubaix "Marco MARCATO" 33 UAD ITA 26 5:43:31 ParisRoubaix "Sam BEWLEY
我想将winsock2.lib 添加到我的程序中,但不希望将其包含到最终的可执行文件中。有什么方法可以让我动态加载与winsock2关联的dll吗?如果没有,是否有任何 dll(Windows 附带)
我尝试了一个基本程序来将数据从数据库表检索到java程序中。编译结束后,运行代码时出现异常。控制台中没有显示错误。显示异常消息 import java.sql.*; public class clas
我想用 C++ 创建一个跨平台安装程序。它可以是任何压缩类型,例如 zip 或 gzip,像普通安装程序一样嵌入程序本身。我不想在不同的平台、linux 和 windows 上创建很多更改。如何跨平台
每次尝试用鼠标输入两个顶点时,我都会崩溃。我最近改变了组织每个形状的方式,以确保新形状与旧形状重叠。 这个项目的想法是制作各种交互式 Canvas 。用户可以在直线、三角形和矩形之间进行选择,然后选择
我想在我的程序中显示以下文本。当我在 python 中粘贴以下文本时,它会将反斜杠解释为转义序列并弄乱我的 ascii 艺术..任何解决这个问题的想法极客。这是我的文本想出现在我的节目中 _ _
我正在尝试加载名为 Tut16_ReadText.txt 的文件,并使其运行程序以输出其重或轻。 我收到了粘贴在下面的错误。我无法抽出时间让这个程序运行。谁能解释一下我必须做什么才能使这个程序正常工作
我想使用命令行将列表作为参数传递,例如: $python example.py [1,2,3] [4,5,6] 我希望第一个列表 [1,2,3] 成为 first_list,[4,5,6] 成为 se
在分析 C# 应用程序时,我发现名为“ThePreStub”的系统 (?) 方法中有相当多的 CPU 使用率。这是什么? 最佳答案 参见:CLR Inside out - The Performanc
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 9 年前。 Improve this qu
我正在用 Python 开发一个游戏,想知道如何给它自己的图标。我使用的是 Windows 计算机,没有安装 Python 的额外东西。哦,我也在使用 3.3 版,这甚至可能吗? P.S 我在 Sta
我正在使用 tkinter 使用 Python 开发一个项目,该项目将允许对 IP 地址进行地理定位。我有原始转换,我可以获取 IP 地址并知道城市、州、国家、经度、纬度等。我想知道是否有任何方法可以
我编写了一个程序,您可以在其中选择任意数字并将其与任意数字的幂相关联。代码运行正常,直到它到达某个部分,然后我必须输入一个字符以使其移动到代码的下一部分。这就是我的意思: #include int
我正在编写“HACKING Art Of Exploitation”一书练习 Convert2.c 第 61 页。 这是我的代码。下面是我的问题。 #include void usage(char
我是一名优秀的程序员,十分优秀!