Category Hierarchy

升级java后出现以下异常。我在我们的项目中使用了gwt2.9库和ant。

[java]    Ignored 37 units with compilation errors in first pass.
     [java] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
     [java]    Resolving com.google.gwt.cell.client.FieldUpdater
     [java]       Found type 'com.google.gwt.cell.client.FieldUpdater'
     [java]          [ERROR] Unable to find class java/lang/Object
     [java]          [ERROR] Unable to find class java/lang/Object
     [java]          [ERROR] Unable to find class java/lang/Object
     [java]    Resolving com.google.gwt.cell.client.ValueUpdater
     [java]       Found type 'com.google.gwt.cell.client.ValueUpdater'
     [java]          [ERROR] Unable to find class java/lang/Object
     [java]          [ERROR] Unable to find class java/lang/Object
     [java]    Resolving com.google.gwt.core.client.AsyncProvider
     [java]       Found type 'com.google.gwt.core.client.AsyncProvider'
     [java]          [ERROR] Unable to find class java/lang/Object
     [java]          [ERROR] Unable to find class java/lang/Object
     [java]          [ERROR] Unable to find class java/lang/Object
     [java]          Resolving method get
     [java]             Found type 'com.google.gwt.core.client.Callback'
     [java]                [ERROR] Unable to find class java/lang/Object
     [java]                [ERROR] Unable to find class java/lang/Object
     [java]                [ERROR] Unable to find class java/lang/Object

转载请注明出处:http://www.qdnewhouse.com/article/20230526/1108811.html