Comment by piroxxi:

+1 to andrew!

Personally, I just put guice-3.0.jar in war/WEB-INF/lib, and added it in eclipse's classpath.

In my maven projects, the pom.xml contains
<dependency>
        <groupId>com.google.code.guice</groupId>
        <artifactId>guice</artifactId>
        <version>3.0</version>
</dependency>

(and it works fine for me)

For more information:
http://code.google.com/p/google-guice/wiki/GettingStarted

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to