From acbada550197d299d5083ef965b9951a11423e0a Mon Sep 17 00:00:00 2001 From: Matt Decker Date: Sun, 26 Jun 2022 11:40:56 -0500 Subject: [PATCH] Update Dev-Env-Setup.md --- Dev-Env-Setup.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dev-Env-Setup.md b/Dev-Env-Setup.md index 7481f844..2e01ba37 100644 --- a/Dev-Env-Setup.md +++ b/Dev-Env-Setup.md @@ -11,6 +11,9 @@ The mob session will likely take several hours and not having the dev environmen 2. Download Visual Studio Code (I chose to use Visual Studio Code for Junit integration but other IDEs will work as well). If you choose a different set up, please **verify** it works before the mob! - If you choose to download Visual Studio Code, please use the following link: https://code.visualstudio.com/download - If you already have VS Code installed, from command line: "code -v" will let you know what version you have. + - We must now download the appropriate Java Extensions for VS Code + - On the left hand task bar, click the extensions button (Looks like a square with for quadrants and one of the quadrants is being removed). + - Search "Extension Pack for Java" and you should see the Extension Pack for Java by Microsoft appear. Click the "Install" button. 3. Download Java SE and Verify it is Installed - In the command line: java -version (this will let you know if java is installed and what version you have. - If you do not have Java installed, go to: https://www.oracle.com/java/technologies/downloads/ and follow the download/setup instructions. @@ -19,4 +22,6 @@ The mob session will likely take several hours and not having the dev environmen - Click the "Update Tab" - Click "Update Now" at the bottom of the screen. - Java SE should now be updated. -4. +4. Download JUnit + - Click: https://github.com/junit-team/junit4/wiki/Download-and-Install + -This will download the .jar required. Click the download and follow set up instructions.