1 00:00:00,520 --> 00:00:04,270 The goal of this section is to get you started by running your first code. 2 00:00:05,860 --> 00:00:11,530 Here's you and you're on your way to becoming a Java developer now to get started in Java, you need 3 00:00:11,530 --> 00:00:13,510 to install a JDK. 4 00:00:14,500 --> 00:00:19,870 A JDK Schäfer Java development kit, and it's what we need to compile and run code. 5 00:00:21,380 --> 00:00:25,250 You're also going to download a text editor and this is where you would write your code. 6 00:00:26,370 --> 00:00:31,080 And after we're done, both installations, we can achieve our goal, which is to write and run our 7 00:00:31,080 --> 00:00:31,950 first code. 8 00:00:33,030 --> 00:00:34,230 So I hope you're excited. 9 00:00:34,260 --> 00:00:35,360 Let's get started.