Re: [appengine-java] ClassNotFoundException for java.util.HashMap$Entry

2011-08-24 Thread Ikai Lan (Google)
It's hard to say based on this information alone. I hate to say it, but if you've got a good version and a bad version, it's time to binary search on what has changed between versions to zone in on the problem. If you use "git" "git bisect" is a lifesaver. -- Ikai Lan Developer Programs Engineer,

[appengine-java] ClassNotFoundException for java.util.HashMap$Entry

2011-08-24 Thread Jeremy Brown
Does anyone know why I would be seeing this error message: java.lang.ClassNotFoundException: java.util.HashMap$Entry I had some code that was working fine. I'm upgrading a couple of jar libraries to newer versions and testing on a version other than the default. I've gotten quite a few weird erro