Many of you will have a version of Java already installed on your laptop from previous coursework. If you do, you don’t specifically need to remove it. However, for 3500, you’ll need to use the toolset we outline in this document.

Tools We Will Use

Obviously, we cannot force you to use certain tools to write code. However, the tutorials in this class are written for these specific tools and TAs will only debug/troubleshoot issues with these tools.

  1. IntelliJ IDEA by JetBrains.
  2. Amazon Corretto JDK v17
  3. GitHub

Setting Up Your Local Development Environment

Getting Ready

Download and Install IntelliJ IDEA

Downloading Corretto JDK v17 in IDEA

Theming for IDEA (Optional)

Creating Your First New Project in IDEA

Pat yourself on the back!