Re: [google-appengine] NoClassDefFoundError (org.eclipse.core.runtime.Platform)

2015-03-12 Thread Vinny P
On Thu, Mar 5, 2015 at 11:06 AM, Syed Rizvi wrote: > > Error for /cron/loadDataset > java.lang.NoClassDefFoundError: Could not initialize class > org.eclipse.core.runtime.Platform > As you can see in the Platform.class.PNG screenshot, the class is present > (At least at compile time. I don't know

[google-appengine] NoClassDefFoundError (org.eclipse.core.runtime.Platform)

2015-03-05 Thread Syed Rizvi
Hi, I am making a maven based GAE project. It's a service that is supposed to serve some data to its clients. The project works perfectly on the local machine, but gives the NoClassDefFoundError when deployed to GAE. Here's the complete StackTrace: Error for /cron/loadDataset java.lang.NoClassD