Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When I add the component tS3Connection to my job I get the following compilation error four times:
"com.amazonaws cannot be resolved to a type"
In the code, the offending lines are these:
"com.amazonaws.auth.AWSCredentials credentials_tS3Connection_1 = new com.amazonaws.auth.BasicAWSCredentials( context.Access_Key_ID, decryptedPassword_tS3Connection_1);
com.amazonaws.services.s3.AmazonS3Client conn_tS3Connection_1 = new com.amazonaws.services.s3.AmazonS3Client( credentials_tS3Connection_1);"
I tried adding a tLibraryLoad component, importing the library "aws-java-sdk-1.9.13.jar", and adding the following imports:
"import com.amazonaws.auth;
import com.amazonaws.services;"
This produces another compilation error, "The import com.amazonaws cannot be resolved."
I am running Talend 5.6.
When I attempt to attach a screenshot (JPG), your website gives the following message: Error : Invalid format of the picture. Or the server doesn't support processing of pictures. Please don't request that I attach screenshots until you are able to fix this error with your website.
Thanks!