Java Installation

    Before downloading anything on your computer, you first want to make sure you know what it is that you download. In this case, we need to download JAVA. We can do this by searching "java" on Google search, and it'll come up with multiple results. in this case, we will click on the first link "JAVA | Oracle"


    Based on the specification of your computer, a download link will be listed below, which you can click to download and it'll install onto your computer. There will be multiple options for Windows, Linux, MacOS, and other operating systems.


The above link is to install java for Windows devices.


    Once this is downloaded, you want to run the program to set it up. After this, you must install an IDE to create our first project, "HelloWorld." A resource I used to help me with this process is the YouTube video linked below. We will be installing Apache Netbeans IDE 19 on a Windows laptop.


    The above link will give a walkthrough of how to install Netbeans and create your first project.



    Once this step is completed of downloading the IDE is done, you can start up the program and set it up. You will need to select the Java program you installed on your device, and then it'll start and allow you to write the code. 



Comments

Popular posts from this blog

How to apply Algorithmic Design and Data Structure Techniques in Structured Programs