Description
Expected Behavior
When I type "import software.amazon.awssdk." in a .java file in my AWS Java App project in Eclipse, with AWS Toolkit for Java installed, I expect the dropdown context help to show the libraries that I can import with the names starting with what I've already typed -- "software.amazon.awssdk.".
Current Behavior
When I type "import software.amazon.awssdk." in a .java file in my AWS Java App project in Eclipse, with AWS Toolkit for Java installed, the dropdown context help does not show the libraries that I can import with the names starting with what I've already typed -- "software.amazon.awssdk.".
Possible Solution
I probably need to set some settings in Eclipse or in terminal so that Eclipse will see the AWS Java SDK v2. Perhaps I need to set settings in my AWS Java App project.
I found this documentation: https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/setup-project-maven.html. Eclipse uses Maven. I would need to do what that documentation says in the context of Eclipse.
Steps to Reproduce (for bugs)
- Create an AWS Java App project or an AWS Java Web project in Eclipse with the AWS Java Toolkit installed.
- Create a package in "src/main/java".
- Create a file and name it "Main.java".
- Type "import software.amazon.awssdk."
- A dropdown view should appear listing all the libraries that you can select to import with the names starting with "software.amazon.awssdk.". The error is that no libraries starting with that name is shown.
Context
I'm trying to create an app to run on AWS that gets communication from iOS devices to cause the app on AWS to run code to send an SNS message to the iOS device via Apple Push Notification at a certain time determined by the user using the iOS device.
Your Environment
- AWS Java SDK version used: v2
- JDK version used: 12.0.1
- Operating System and version: macOS Mojave Version 10.14.5
- Java IDE: Eclipse Version: 2019-03 (4.11.0); Build id: 20190314-1200