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
Post a Comment