@@ -36,69 +36,3 @@ by now, but you can use [adoptium.net](https://adoptium.net/temurin/releases/?ve
3636You can either download the ` .tar.gz ` file that matches your machine, extract it,
3737and add the ` bin ` folder to your ` PATH ` , or you can try to find an installer for your
3838specific linux distribution.
39-
40-
41- ## repl.it
42-
43- [ replit.com] ( https://replit.com ) is a pretty common choice for teachers because
44- they will be able to give you assignments and have you share back your results.
45- It is also a decent option if your school only provides you with Chromebooks
46- or similar.
47-
48- It requires an internet connection and you will have to make an account, but
49- otherwise it is fairly convenient.
50-
51- If you are in school and your teacher has helped you get set up in some other
52- way it is okay to skip this section and just do it the way you were shown.
53-
54-
55- ### Step 1. Make an account
56-
57- Go to [ replit.com] ( https://replit.com ) and find the "Sign Up" button.
58- Websites change every now and then so these screenshots might be out of date.
59-
60- <img src="/getting_started/repl_signup_0.png"
61- alt="Picture of the sign up button on replit's website"
62- width = "200">
63-
64- Click it and sign up for an account.
65-
66- <img src="/getting_started/repl_signup_1.png"
67- alt="Picture of the sign up form on replit's website"
68- width = "200">
69-
70- ### Step 2. Create a Java REPL
71-
72- Find the "Create REPL" button and click it.
73-
74- <img src="/getting_started/repl_1.png"
75- alt="Picture of the create repl button on replit's website"
76- width = "200">
77-
78- Then you should be presented with a menu that lets you search for the type of REPL to create.
79- Find the Java template and click "Create".
80-
81- <img src="/getting_started/repl_2.png"
82- alt="Unfilled in create from template menu on replit"
83- width = "200">
84-
85- <img src="/getting_started/repl_3.png"
86- alt="Filled in create from template menu on replit"
87- width = "200">
88-
89- ### Step 3. Run code
90-
91- You should land on a screen with a big green run button, an open file called
92- "Main.java", and a blank window labeled "console".
93-
94- <img
95- src="/getting_started/repl_4_voidmain.png"
96- alt="Picture of an unran hello world program"
97- width = "800">
98-
99- Click that run button, and you should see the text ` Hello, world! ` appear under the console window.
100-
101- <img
102- src="/getting_started/repl_5_voidmain.png"
103- alt="Picture of a hello world program after running"
104- width = "800">
0 commit comments