You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running java cloudant on my local eclipse, i get an error as this.
CloudantClient client = ClientBuilder.account("XXXXXXXX")
.username("XXXXXXXXXX")
.password("YYYYYYYYYYYYYYYY")
.build();
Caused by: java.lang.NoSuchMethodError: com/cloudant/client/api/CloudantClient.(Lcom/cloudant/client/org/lightcouch/CouchDbProperties;Lcom/google/gson/GsonBuilder;)V
at com.cloudant.client.api.ClientBuilder.build(ClientBuilder.java:269)
I am using maven and liberty. Please suggest resolutions.
I am running java cloudant on my local eclipse, i get an error as this.
CloudantClient client = ClientBuilder.account("XXXXXXXX")
.username("XXXXXXXXXX")
.password("YYYYYYYYYYYYYYYY")
.build();
Caused by: java.lang.NoSuchMethodError: com/cloudant/client/api/CloudantClient.(Lcom/cloudant/client/org/lightcouch/CouchDbProperties;Lcom/google/gson/GsonBuilder;)V
at com.cloudant.client.api.ClientBuilder.build(ClientBuilder.java:269)
I am using maven and liberty. Please suggest resolutions.