Re: Exception using amazonaws library

2014-12-12 Thread Albert ManyĆ 
Hi, Thanks for your reply. I tried with the jar you pointed but It complains about missing HttpPatch that appears on httpclient 4.2 Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/client/methods/HttpPatch at com.amazonaws.http.AmazonHttpClient.(AmazonHttpClient.java:12

Re: Exception using amazonaws library

2014-12-12 Thread Akhil Das
Its a jar conflict (http-client jar), You could download the appropriate version of that jar and put that in the classpath before your assembly jar and hopefully it will avoid the conflict. Thanks Best Regards On