AWS Toolkit for Eclipse Installation

Standard
Lately I’ve been focused on JavaScript and Node.JS so I installed the Eclipse for JavaScript. The Eclipse JavaScript IDE does not have the required dependencies for the AWS Toolkit for Eclipse as it’s designed for Java Developers. If you’ve attempt to install the AWS Toolkit for Eclipse and get errors it’s probably because you did not install the Java Eclipse build and the dependencies aren’t installed. However, you can still use the toolkit. Before you can install the AWS toolkit the Maven Integration for Eclipse (M2E) and JUnit tools for Eclipse need to be installed. There’s a few steps that need to be performed to prepare your Eclipse environment.

The following steps will add the Eclipse IDE dependencies and the AWS Toolkit for Eclipse.

Add Dependency Repositories

Windows > Preferences > Install/Update > Available Software Site

Install Maven Integration for Eclipse (M2E)

Help > Install New Software
  • Uncheck “Contact all update sites during install to find required software”
  • Work with the M2U URL
  • Select Maven Integration for Eclipse
  • On the “Install Remediation Page” click the radio button for “Update my installation to be compatible with the items being installed”
  • Install and Restart IDE

Install JUnit Tools

Help > Install New Software
  • Uncheck “Contact all update sites during install to find required software”
  • Work with the JUnit URL
  • Select JUnit Tools
  • On the “Install Remediation Page” click the radio button for “Update my installation to be compatible with the items being installed”
  • Install and Restart IDE

Install the AWS Toolkit for Eclipse

Help > Install New Software
  • Work with AWS URL
  • Select AWS Core and additional Management Tools
  • On the Install Remediation Page click the radio button for “Update my installation to be compatible with the items being installed”
  • Security Warning > Install anyways
  • Install and Restart IDE

 

AWS Toolkit for Eclipse Projects

Being that the AWS Toolkit for Eclipse is Java focuses there’s build in Java application projects you can create. You can also utilize the built in AWS explorer to interact with resources or the CloudFormation JSON Template Editor. YAML formatted CloudFormation templates are not supported.

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.