Java Environment Setup
Now, it's time to set up our environment.
Installing Java
First, we need to install Java. First, go to the Java downloads website. Then, scroll down to the Java SE Development Kit Downloads section:
Pick your operating system and pick the installer. The installer will be downloaded. Then, run the installer and go through all the steps. At the end, you should have Java installed. To verify this, go into the command line and type "java", then hit enter. If something like the following pops up, Java has been installed correctly: