1 00:00:00,180 --> 00:00:02,640 Installing Java is very easy. 2 00:00:03,870 --> 00:00:08,700 Java 17 is the most recent version of Java with long term support. 3 00:00:10,070 --> 00:00:13,130 So in this lesson, you will install Java 17. 4 00:00:15,960 --> 00:00:19,680 We're going to install Java through Amazon Kratos JDK. 5 00:00:21,040 --> 00:00:26,980 A JDK short for Java Development kit, and it provides all of the tools needed to develop and execute 6 00:00:26,980 --> 00:00:29,410 Java code and Amazon Kratos. 7 00:00:29,410 --> 00:00:33,850 JDK is among the most popular high performance and it's free to use. 8 00:00:35,880 --> 00:00:38,280 So without further ado, let us install Java. 9 00:00:38,310 --> 00:00:42,570 Start by going on to Google and here, look up Amazon Coretta. 10 00:00:48,020 --> 00:00:49,430 Click on the first link. 11 00:00:52,730 --> 00:00:57,740 And we're going to be downloading Java 17, not 1817. 12 00:00:57,770 --> 00:01:00,140 Java 17 has long term support. 13 00:01:00,140 --> 00:01:02,130 Java 18 does not. 14 00:01:02,150 --> 00:01:07,910 So whatever Java versions show up for you, please choose Java 17. 15 00:01:12,320 --> 00:01:14,360 Because this recording is for Windows. 16 00:01:14,390 --> 00:01:18,890 Go to the Windows platform and choose the following download link. 17 00:01:22,540 --> 00:01:24,610 Shouldn't take very long to download. 18 00:01:29,230 --> 00:01:32,830 And now just go through every single step in the installation wizard. 19 00:01:35,130 --> 00:01:36,120 Press on it. 20 00:01:45,870 --> 00:01:46,770 And that's all. 21 00:01:47,950 --> 00:01:53,590 Now from your start menu, go ahead and launch your command prompt or PowerShell, whatever you prefer. 22 00:01:53,890 --> 00:02:00,880 And if you by some chance already had your command prompt open, please close it and open a new one. 23 00:02:03,520 --> 00:02:06,940 And here I'm just going to write Java version. 24 00:02:09,300 --> 00:02:12,000 And you should get a Java version of 17. 25 00:02:15,340 --> 00:02:16,390 Congratulations. 26 00:02:16,390 --> 00:02:17,820 You just installed Java. 27 00:02:17,830 --> 00:02:20,800 Now your computer can execute Java code.