eclipse - java.lang.NoSuchMethodError: org.codehaus.jackson.JsonFactory.configure -


i using following code , throws exception

accesstokenresponse = new googleaccesstokenrequest.googleauthorizationcodegrant(new nethttptransport(), new jacksonfactory(), client_id,client_secret, authorizationcode, redirect_uri).execute(); 

exception:

java.lang.nosuchmethoderror: org.codehaus.jackson.jsonfactory.configure(lorg/codehaus/jackson/jsongenerator$feature;z)lorg/codehaus/jackson/jsonfactory; 

the javatype class in jackson-core jar, , objectmapper class in jackson-mapper both of same version.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -