Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet

2014-03-04 Thread Vinny P
On Mon, Mar 3, 2014 at 1:44 AM, Amit Rai amit@sial.com wrote: Yes I tried this code without maven only there is no compile time error with this while adding manually jar file. Only problem is when I am running the project. Might be problem with maven dependancy only Does the error

Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet

2014-03-02 Thread Amit Rai
Yes I tried this code without maven only there is no compile time error with this while adding manually jar file. Only problem is when I am running the project. Might be problem with maven dependancy only *Amit Rai */ Google Developer 07th Floor,Tower-2, e -City, Electronic City, 1st Phase.

Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet

2014-02-28 Thread Amit Rai
Hi Vinny Thanks for reply, I am not as much aware with maven.but here wat code I have is using maven only.And I given jar file manually with java build path. Is it the problem. *Amit Rai */ Google Developer 07th Floor,Tower-2, e -City, Electronic City, 1st Phase. Bangalore.560100 / India Extn:

Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet

2014-02-28 Thread Vinny P
On Fri, Feb 28, 2014 at 2:34 AM, Amit Rai amit@sial.com wrote: I am not as much aware with maven.but here wat code I have is using maven only. I would try disconnecting the project from Maven and manually adding the JAR libraries specified in the Maven build to your project/build path.

[google-appengine] java.lang.NoClassDefFoundError: com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet

2014-02-27 Thread Amit Rai
Hi Here I am doing google directory search that will search all the people in same directory using java. Below is the block of code public class DirectorySampleServlet extends AbstractAppEngineAuthorizationCodeServlet { /** * Be sure to specify the name of your application. If the

Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet

2014-02-27 Thread Vinny P
On Thu, Feb 27, 2014 at 8:49 AM, Amit Rai amit@sial.com wrote: I have included all the dependency jar file and build path also.And this code is compiled successfully but while running in localhost its giving following error. org.mortbay.util.MultiException[java.lang.NoClassDefFoundError: