views:

63

answers:

1

i need the source code for these libraries:- commons-codec-1.3 , commons-httpclient-3.0.1 ,commons-logging-1.1 ,log4j-1.2.14 ,jaxb-ri-2.1........................ i need the code to recompile it in eclipse in android app and use it with javax.xml packages as you know javax.xml can not be used in eclipse in android project ........ all of thes is to use amazon-ec2 sdk to access them from android mobile

A: 

all of thes is to use amazon-ec2 sdk to access them from android mobile

Your list of JARs is incorrect. The current AWS Java SDK does not use log4j or jaxb, but does use other libraries.

You may better served finding another way to access the Amazon AWS API that requires fewer third-party dependencies, such as typica, or simply invoking the query API directly using HttpClient.

CommonsWare