[Music] [Music] This time, we will proceed with installing Java from vs Code. To install Java from vs Code, first search Javain vs Code in the search box. Then, you will be directed to the link above. Once you enter, you can click the button called Installer Coding Pack 4 Java and proceed with all the information required for installation at once. Now , in Coding Pack 4 Java, download the jdk, install the jdk, and then install the Java-related extensions required for vs code. We will proceed. Now, let's proceed with the installation right away. Now, search for Java in vs. Code in the search bar. Then, at the top, a link called Java in vs. Code will appear. If you click on it and enter, you will be able to install Java from the Visual Studio Code site. We are providing a guide. If you go down to the bottom, it says Install Visual Studio Code 4 Java and now you can proceed with the installation according to your operating system. Since we are doing this in a Windows environment, let's install it using the Windows operating system. Now, the download is in progress. The download takes about 1 minute. Once the download is complete, when you run the installation file, this screen will appear. Now, let's proceed with the installation step by step on the screen. Now, check whether you agree or not and press the Next button. Currently installed. It is checking the installed jdk version and Visual Studio Studio code version. Now, click the install button to proceed with installing the remaining Java extensions. If the existing jdk is not installed or vs code is not installed, the jdk in front of it will be installed. And the Visual Studio code is also installed. Since I already have the jdk and vs code installed, I can see that only the Java extension I need is being installed. Now , the installation time can take about 3 to 4 minutes. Once the installation is complete , a result called Completing the Setup Wizard will appear and you can click the finish button to run the vs code. Now, Visual Studio Code has been run. Let 's go into the extended menu icon. Click the extended menu icon to select the current debugger . 4 You can check that the Java extension pack protection Java contents have been installed. Now, let's create a Java project next. When creating a Java project in Java vs Code, click Command Palette in the View menu or use a shortcut key . Press control shift p and enter the following command. You can create a Java project by entering Java Create Java Project. Now, you can create a Java project by selecting the location of the project and entering the project name. Let's create a project. In the View menu , click Command Palette Create Java Project . Then, click Knob Build Tools and if you need build tools , you can select Grade or Spring Boot Bead Tool to proceed. For now, we will proceed without the build tool. Click on the first option. Now, let us specify the path to create the project . I have created a folder in npc where I am working. Now , let us select the path to the folder called vs. code . Next, it says inf a Java project name, so please enter the project name. So let's simply enter test. Then, a project with the name test will be created. Now, put the sample code in the library folder and the src folder. You can see that it completes the sample code called Grab the App. Now let's see how to run this code. Now, when running a Java program in vs Code, click the menu called Run Java or the menu called Debug Java. You can click to run or debug. If you look at the top right , we will click the play-shaped button like this and click the Run Java menu or press the F5 shortcut key to run it. If you go to the top right, you will see the play-shaped button. Let's click the Run button and click Run Java. Now, when you click Run Java, a terminal window will open at the bottom . You can see that the Yellow World text is displayed normally at the bottom of the terminal window . Even if you close the terminal and click the alphabet F5 f5, you will get the same result . You can check that it is running. Then, this time, let's simply create a class file. Click the new file icon in the src folder to create a file. Now, let's make the test point Java here. Then, immediately change the class name of the same name. It will be created. Here, you can change it right away by changing it to an interface, this thing, or an abstract class. If you write main , the main method will be automatically completed. Let's input sys out and print the default standard output. So, let's make it simple like this in Java. If you create a file, there is a Run menu right where the main method is. You can also run it right away by clicking the button. Now, you can see that the same output is coming out. Now, install Java from vs code up to this point. I went through the process of creating and executing a Java file [Music] [Music]