java - Amazon DynamoDB NoSuchMethodError Exception -


been trying insert entries amazon dynamodb, error on these lines of code:

awscredentials credentials = new propertiescredentials(simpledbloaddata.class     .getresourceasstream("awscredentials.properties"));  dynamodb = new amazondynamodbclient(credentials); 

this exception:

exception in thread "main" java.lang.nosuchmethoderror: com.amazonaws.auth.querystringsigner: method <init>()v not found 

any ideas? thanks, daniel


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -