Deferred binding failed

前端 未结 4 532
自闭症患者
自闭症患者 2021-01-15 01:13

My application is throwing:

java.lang.RuntimeException: Deferred binding failed for \'com.mygwtapp.client.gin.ClientAppGinjector\' (did you forget to inheri         


        
4条回答
  •  南方客
    南方客 (楼主)
    2021-01-15 01:59

    I've had the same error message during runtime. When I tried "Google > GWT Compile" the stack trace helped me better. My problem was that the service interface used a class that wasn't serializable.

提交回复
热议问题