Using Google Common Collection in GWT

Posted by Jeeyoung Kim on Stack Overflow See other posts from Stack Overflow or by Jeeyoung Kim
Published on 2010-03-08T04:14:18Z Indexed on 2010/03/08 4:21 UTC
Read the original article Hit count: 310

Filed under:
|
|

This is a simple problem, but I'm having problems with it...

I'm trying to use Google common collection's Objects.equal() method in a GWT client code, but I'm keep getting the error

"20:12:10.001 [ERROR] [gwt_regex] Line 39: No source code is available for type com.google.common.base.Objects; did you forget to inherit a required module?"

Tried to Google for the answer, but couldn't find any answer regarding this - everyone just said "Google collection should work off the box with GWT".

© Stack Overflow or respective owner

Related posts about gwt

Related posts about google-collections