aws / aws-toolkit-eclipse

(End of life: May 31, 2023) AWS Toolkit for Eclipse
http://aws.amazon.com/eclipse
Apache License 2.0
275 stars 178 forks source link

failed to upload lambda from eclipse #202

Open bkurmi opened 4 years ago

bkurmi commented 4 years ago

Always getting the following error while uploading lambda from eclipse after installing plugin AWS tool.

Unable to export project [LambdaDemo] to jar file JAR creation failed. See details for additional information.

Failed to upload project to Lambda com.amazonaws.eclipse.core.exceptions.AwsActionException

Although I cn build the jar locally. I can upload that jar in Lambda and it seems working fine there. I used java8

happyali-qa commented 3 years ago

any solution you found for this issue ?