Difference between revisions of "Initial Setup"

From CSE231 Wiki
Jump to navigation Jump to search
Line 21: Line 21:
  
 
=IDE=
 
=IDE=
Download and install one of: Eclipse, IntelliJ IDEA, or VS Code.  Eclipse is the most supported path.  However, students have had success with IntelliJ and VS Code in the past.
+
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==
 
==Eclipse==
 
Download Up To Date Version (2019‑12) of [https://eclipse.org/downloads/ Eclipse]
 
Download Up To Date Version (2019‑12) of [https://eclipse.org/downloads/ Eclipse]

Revision as of 02:09, 24 January 2020

RiceX

Create account on edge.edx.org

Sign up for RiceX's COMP322

Complete RiceX Unit 1.1 Lecture, Demo, Quiz

Complete RiceX Unit 1.2 Lecture, Demo, Quiz

Fill out Synthesis & Question Form

Piazza

Sign up for piazza

Join 231 on piazza

Java

Download JDK13

Install JDK13

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 (2019‑12) of Eclipse

Install Eclipse (Select Eclipse IDE for Java Developers)

EclipseIDEForJavaDevelopers.png

Test Eclipse

IntelliJ IDEA

[IntelliJ IDEA]

VS Code

[Java in Visual Studio 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 JDK13 must be installed before Eclipse can be installed.