Difference between revisions of "Initial Setup"

From CSE231 Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
*Install JDK19 (or greater)
 
*Install JDK19 (or greater)
  
=IDE=
+
==IntelliJ IDEA Ultimate=
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.
+
[https://www.jetbrains.com/idea/download/ IntelliJ IDEA]
  
===Eclipse===
+
===Clone Repo===
*Download Up To Date Version (2022‑06 or greater) of [https://eclipse.org/downloads/ Eclipse].
+
<youtube>Z0koC3eIMrA</youtube>
*Install Eclipse (Select '''Eclipse IDE for Java Developers''').
 
*Test Eclipse
 
  
===IntelliJ IDEA===
+
===AspectJ===
[https://www.jetbrains.com/idea/download/ IntelliJ IDEA]
 
  
===VS Code===
+
<youtube>l37QJlTsal8</youtube>
[https://code.visualstudio.com/docs/languages/java Java in Visual Studio Code]
 
  
 
=Results=
 
=Results=

Revision as of 20:48, 6 January 2023

Ensure everything runs smoothly to avoid issues throughout the semester. Initial setup should be done during the first week of the semester.

S&Q Prep

Needs to be done before each class session to best prepare for the lecture and exercises:

  • Watch video(s) and/or Read reading(s)
  • Fill out S&Q (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:

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. Then join 231 on Piazza.

Java

  • Download JDK19 (or greater)
  • Install JDK19 (or greater)

=IntelliJ IDEA Ultimate

IntelliJ IDEA

Clone Repo

AspectJ

Results

Submit results to this form so we know how your setup process went.

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.