Deferred binding failed

前端 未结 4 500
自闭症患者
自闭症患者 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:46

    I had the same problem, I resolved lom adding the following libraries:

    • javax.inject.jar
    • guice-assistedinject-3.0.jar
    • aopalliance.jar

提交回复
热议问题