Gin / Gwt / Eclipse: com.google.gwt.inject.Inject cannot be resolved to a type
Posted
by Talin
on Stack Overflow
See other posts from Stack Overflow
or by Talin
Published on 2010-04-17T20:52:30Z
Indexed on
2010/04/17
20:53 UTC
Read the original article
Hit count: 754
I'm trying to use GIN (Guice for GWT) within eclipse. The tutorial says to add a line to my module xml file:
<inherits name="com.google.gwt.inject.Inject"/>
However, when I do this Eclipse reports an error "com.google.gwt.inject.Inject cannot be resolved to a type"
I've added gin.jar, aopalliance.jar and guice.jar as referenced libraries. What else do I need to do?
© Stack Overflow or respective owner