Installation Guide for Windows
This guide supplies step-by-step instructions for installing the required tools for the course.
Before You Begin
First, create accounts for the following services if you have not done so already:
Additionally, accept the invite for your section on Slack. You will receive the link to your class-specific channel during orientation.
Git and Git Bash
Follow these steps to install Git and Git Bash:
Note: For any settings not mentioned in the instructions, keep the default choices.
-
Navigate to the Git Downloads page. Select the download for Windows. The most up-to-date version automatically downloads.
-
Select Next to progress through the installation. On the screen that asks you to choose a default editor for Git, select Use Visual Studio Code as Git's default editor, as shown in the following image:
-
Under Configuring the line ending conversions, select Checkout as-is, commit Unix-style line endings, as shown in the following image:
-
Under Configuring the terminal emulator to use with Git Bash, select Use Windows' default console window, as shown in the following image:
Java Development Kit
The following video will guide you through installing the Java Development Kit (JDK):
Alternatively, you can follow these steps:
-
Navigate to the JDK Downloads page.
-
Be sure to review the Oracle Technology Network License Agreement for Oracle Java SE.
-
Click the Windows x64 download option.
-
Run the installation file.
-
On the first setup page, select Next.
-
Choose the installation directory, then select Next.
-
On the Change in License Terms page, select OK.
-
Choose the installation directory again.
-
Select Next.
-
A final window will indicate that you've successfully installed the JDK!
IntelliJ IDEA
The following video will guide you through installing Intellij IDEA:
Alternatively, you can follow these steps:
-
Navigate to the Download IntelliJ IDEA page.
-
Download the Community edition.
-
Run the installation file.
-
On the first setup page, select Next.
-
Choose the destination folder, then select Next.
-
Select the Update PATH variable option, create the .java association, and then select Next.
-
Select Install to begin the installation.
-
Choose your preference for when to reboot.
-
After you reboot, start IntelliJ.
-
Accept the privacy policy and continue.
-
Choose whether or not to send usage statistics.
You're Done
That's all for the installations! Your computer has everything that you'll need to begin on the first day of class.