Hi.
After cleaning up my project a bit, i can't launch it anymore, because i get
the "java.lang.NoClassDefFoundError: net/sf/jsr107cache/CacheException". The
only class in the stacktrace that is mine is
"ur.g05.smc.server.servlets.AbstractCmsUserServlet.<clinit>(AbstractCmsUserServlet.java:22)",
which contains the following:
public abstract class AbstractCmsUserServlet extends
AbstractHeaderWritingServlet<CmsUser> {
private static final long serialVersionUID = 382900515391344124L;
public static final Map<String, String> CONF = ConfigClass.getConfig();
// <= this is line 22
...
What could be the problem? I didn't change the classpath, build path or
delete any jars (the jsr107cache-1.1.jar is present in the App Engine SDK).
Thank you in advance.
--
Best Regards,
Timofey.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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-appengine?hl=en.