Initial Setup
Contents
Prep
Watch video
Fill out Synthesis & Question Form
Bitbucket
accept invite
The first minute of [this video] (from CSE 131) shows off how to accept a bitbucket invitation sent to your email.
set up access
Choose one of the two approaches below:
app password
set up an app password for bitbucket
ssh key
set up an ssh key for bitbucket
clone repo
Note: in this video I imported into an empty workspace. If you already have projects in your workspace, you can find Import... from the File Menu in Eclipse.
Piazza
Sign up for piazza
Java
Download JDK16 (or greater)
Install JDK16 (or greater)
IDE
Download and install one of: Eclipse, IntelliJ IDEA, or VS Code. Eclipse is the most well traveled path in CSE 231s. However, students have had success with IntelliJ and VS Code in the past.
Eclipse
Download Up To Date Version (2021‑09 or greater) of Eclipse
Install Eclipse (Select Eclipse IDE for Java Developers)
Test Eclipse
IntelliJ IDEA
VS Code
Results
Submit results to Form
Bonus
Write pseudocode for this process to parallelize these tasks with async and finish where possible.
To make it interesting... assume JDK16 must be installed before Eclipse can be installed.