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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -