GWT, Guice and GIN compilation
问题 I'm trying to build and GWT MVP application using Guice and Gin. I added Guice and GIN jars to my Eclipse project but i'm stuck with this error: java.lang.NoClassDefFoundError: com/google/inject/internal/util/$Preconditions I've done a quick Google search and here says the we need to recompile GIN against GWT SDK. Also, the Gin Tutorial mention something about a compilation step. Isn't enough to add GIN jars to the GWT project, or is mandatory to generate gin.jar from sources? How do i