【发布时间】:2018-12-10 15:46:29
【问题描述】:
在 Amazon Rekognition 开发人员指南中有一个教程“创建 AWS Toolkit for Eclipse Lambda 项目”
它告诉我通过这样做来解决 Eclipse 中的命名空间问题:
The Rekognition namespaces aren't resolved. To correct this:
• Pause your mouse over the underlined portion of the line import
com.amazonaws.services.rekognition.AmazonRekognition;.
• Choose Fix project set up... .
• Choose the latest version of the Amazon Rekognition archive.
• Choose OK to add the archive to the project
但是,我无法选择最新的 Amazon Rekognition 存档。 No option to add archive
还有其他方法可以加载此存档或强制安装此存档吗?
【问题讨论】:
标签: eclipse amazon-web-services aws-java-sdk aws-toolkit