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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -