how to resolve com.google.common.collect.MapMaker?

Posted:
21 Jan 2010, 01:44
by Rob Cashwalker
I'm just trying to get up-to-date here...
Re: how to resolve com.google.common.collect.MapMaker?

Posted:
21 Jan 2010, 02:04
by DennisBergkamp
Ah, the new way of displaying images required those libraries, so make sure to add them to your project (they are found in /res/lib of the SVN - if you update your version they should end up in your project's directory in /res/lib).
To add them, in Eclipse:
Right click your project -> Build Path -> Add external archives -> (browse to your /res/lib location and add all of those JARs).
Rebuilding after this should do the trick. Let me know if that still doesn't work.
I tried adding the google collections code to the source directly, but I kept getting compile errors for some reason.