views:

395

answers:

2

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?

A: 

What operating system do you use? I've heard that some releases of Gin have problems with chmod privilages on unix a like systems.

kospiotr
A: 

Could you solve it? I'm having the same issue.

I'm using Ubuntu 10.04 64bits.

narduk
I never did solve it - it was a long time ago, and I think I just gave up on that project.
Talin