[appengine-java] Re: Billing is enabled but still NoClassDefFoundError with BlobstoreService

2010-05-31 Thread Dimedrol
Anyone? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com.

Re: [appengine-java] Re: Billing is enabled but still NoClassDefFoundError with BlobstoreService

2010-05-31 Thread John Patterson
Your problem would not be due to billing. The classes are either available or not. It sounds like you are missing the GAE jars in your war/WEB-INF/lib directory. Normally if you use Eclipse they are added automatically by the Google plugin. But double check that they are there. On 31

Re: [appengine-java] Re: Billing is enabled but still NoClassDefFoundError with BlobstoreService

2010-05-31 Thread John Patterson
Also, make sure that the GAE jars are not old versions. e.g. you could have 1.3.4 on your build path but the war dir might have 1.2.8 On 31 May 2010, at 14:19, Dimedrol wrote: Anyone? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Re: Billing is enabled but still NoClassDefFoundError with BlobstoreService

2010-05-31 Thread Dimedrol
John, you was absolutely right! I hadn't needed JARs in my /lib directory. Thanks for help! -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe