Objectify NoClassDefFoundError

强颜欢笑 提交于 2019-12-04 10:47:53

You need to put the jar file under WEB-INF/lib/ and make sure include that the library in your build path. And for the clue, NoClassDefFound means that the library is available on compile time but not on the runtime

For me, the problem was fixed by adding the Guava library in the "war/WEB-INF/lib" directory. You need the regular guava jar, not the -gwt jar.

Download : guava.jar

First off, use Objectify 4.

You need to include the objectify jars. They're not part of the appengine SDK.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!