From a0382915142da2ed9af05d51878d81b6b701a3ef Mon Sep 17 00:00:00 2001 From: Matt Decker Date: Sun, 26 Jun 2022 10:50:05 -0500 Subject: [PATCH] Update Dev-Env-Setup.md --- Dev-Env-Setup.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dev-Env-Setup.md b/Dev-Env-Setup.md index 66e6a77a..ba8a1cc4 100644 --- a/Dev-Env-Setup.md +++ b/Dev-Env-Setup.md @@ -9,4 +9,10 @@ The mob session will likely take several hours and not having the dev environmen - Once you verify you are in the file path that you want: git clone - You will now recieve text from the command line letting you know the objects were recieved. 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 +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. + - To check if you need to update Java SE: type "Configure Java" in the search bar of Windows 10. + - Run the application + - Click the "Update Tab" + - Click "Update Now" at the bottom of the screen.